fees status changes
This commit is contained in:
parent
2f5b8230fe
commit
4c5073e39a
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user