student fees changes done

This commit is contained in:
gandhimathi 2018-04-23 18:21:22 +05:30
parent bddbd79b8f
commit 07af9a6d44

View File

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