fees paid counts added in db for report
This commit is contained in:
parent
6b80dc8b78
commit
ce976d8cb0
@ -145,6 +145,7 @@ class Fees_Status_Controller extends REST_Controller {
|
||||
$detailsChild['CreatedBy'] = $this->post('createdBy');
|
||||
$detailsChild['CreatedOn'] = $now->format('Y-m-d H:i:s');
|
||||
$detailsChild['UpdatedBy'] = $this->post('requestedBranch');
|
||||
$detailsChild['Installment'] = $this->post('existPaidCount');
|
||||
$smsDetails['FeesName'] = $this->post('feesName');
|
||||
$smsDetails['CurrentBalance'] = $this->post('currentBalance');
|
||||
$updateDetails = $this->Fees_model->updateFees($detailsChild,$this->post('courseID'),$this->post('feesName'),$smsDetails);// Check if the users data store contains users (in case the database result returns NULL)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user