diff --git a/Apollo/api/application/controllers/Fees_Status_Controller.php b/Apollo/api/application/controllers/Fees_Status_Controller.php index cc26316b..6447a3a8 100755 --- a/Apollo/api/application/controllers/Fees_Status_Controller.php +++ b/Apollo/api/application/controllers/Fees_Status_Controller.php @@ -240,6 +240,7 @@ class Fees_Status_Controller extends REST_Controller { $details['Others'] = $this->post('other'); $details['CreatedBy'] = $this->post('createdBy'); $details['CreatedOn'] = $now->format('Y-m-d H:i:s'); + $details['BatchCode'] = $this->post('batchCode'); $jsonInstallmenData = $this->post('installmentItems');