student fees status changes
This commit is contained in:
parent
e8117e1d6b
commit
7373cb977f
@ -245,6 +245,7 @@ class Fees_Status_Controller extends REST_Controller {
|
|||||||
$details['CreatedBy'] = $this->post('createdBy');
|
$details['CreatedBy'] = $this->post('createdBy');
|
||||||
$details['CreatedOn'] = $now->format('Y-m-d H:i:s');
|
$details['CreatedOn'] = $now->format('Y-m-d H:i:s');
|
||||||
$details['BatchCode'] = $this->post('batchCode');
|
$details['BatchCode'] = $this->post('batchCode');
|
||||||
|
$details['BranchCode'] = $this->post('branchCode');
|
||||||
|
|
||||||
$jsonInstallmenData = $this->post('installmentItems');
|
$jsonInstallmenData = $this->post('installmentItems');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user