student fees status changes

This commit is contained in:
gandhimathi 2018-04-24 13:02:08 +05:30
parent e8117e1d6b
commit 7373cb977f

View File

@ -245,6 +245,7 @@ class Fees_Status_Controller extends REST_Controller {
$details['CreatedBy'] = $this->post('createdBy');
$details['CreatedOn'] = $now->format('Y-m-d H:i:s');
$details['BatchCode'] = $this->post('batchCode');
$details['BranchCode'] = $this->post('branchCode');
$jsonInstallmenData = $this->post('installmentItems');