From 07af9a6d4444053be8ee934023a065d8e0ae7f55 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Mon, 23 Apr 2018 18:21:22 +0530 Subject: [PATCH] student fees 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 9ba9d7f1..fd3187bf 100755 --- a/Apollo/api/application/controllers/Fees_Status_Controller.php +++ b/Apollo/api/application/controllers/Fees_Status_Controller.php @@ -204,6 +204,7 @@ class Fees_Status_Controller extends REST_Controller { $student['requestedBy'] = $this->post('requestedtBy'); $student['CourseID'] = $this->post('courseID'); $student['StudentID'] = $this->post('studentID'); + $student['BranchCode'] = $this->post('branchCode'); $getStudentFeesDetails = $this->Fees_model->getFeesStructureAssign($student); if ($getStudentFeesDetails) {