diff --git a/Apollo/api/application/controllers/Fees_Status_Controller.php b/Apollo/api/application/controllers/Fees_Status_Controller.php index fd3187bf..b09d7375 100755 --- a/Apollo/api/application/controllers/Fees_Status_Controller.php +++ b/Apollo/api/application/controllers/Fees_Status_Controller.php @@ -91,6 +91,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->getStudentFeesStructure($student); if ($getStudentFeesDetails) {