From 7373cb977f414bbdfd5e2d138900bf3b64e42fa3 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 24 Apr 2018 13:02:08 +0530 Subject: [PATCH] student fees status changes --- 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 b09d7375..b1e5e6e4 100755 --- a/Apollo/api/application/controllers/Fees_Status_Controller.php +++ b/Apollo/api/application/controllers/Fees_Status_Controller.php @@ -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');