fees status changes

This commit is contained in:
gandhimathi 2018-04-24 11:39:33 +05:30
parent 2f5b8230fe
commit 4c5073e39a

View File

@ -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)
{