From 2a21e4b2def92b21b708f03f1d02ff010d6eb020 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 22 Feb 2018 17:45:08 +0530 Subject: [PATCH] course details changes done --- Apollo/api/application/controllers/Fees_Status_Controller.php | 1 + 1 file changed, 1 insertion(+) 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');