data correction branch check
This commit is contained in:
parent
87d37ba11b
commit
d00798fe39
@ -687,6 +687,7 @@ public function updateNonOperationalDetails_post() {
|
||||
$search['Firstname'] = $this->post('studentName');
|
||||
$search['MobileNumber'] = $this->post('mobileNumber');
|
||||
$search['receipt'] = $this->post('receipt');
|
||||
$search['branchId'] = $this->post('branchId');
|
||||
|
||||
$allfinace = $this->daybook_model->GetAllDaybook($search);
|
||||
|
||||
|
||||
@ -1229,6 +1229,10 @@ $subQuery='select Name,ListName,q.Date as dat,month(str_to_date(Date,?)) as mont
|
||||
|
||||
}
|
||||
|
||||
|
||||
$this->db->where('T_StudentDetails.BranchCode',$search['branchId']);
|
||||
|
||||
|
||||
$searchDetails = $this->db->get();
|
||||
|
||||
if($searchDetails->result())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user