student fees changes done
This commit is contained in:
parent
bddbd79b8f
commit
07af9a6d44
@ -204,6 +204,7 @@ class Fees_Status_Controller extends REST_Controller {
|
|||||||
$student['requestedBy'] = $this->post('requestedtBy');
|
$student['requestedBy'] = $this->post('requestedtBy');
|
||||||
$student['CourseID'] = $this->post('courseID');
|
$student['CourseID'] = $this->post('courseID');
|
||||||
$student['StudentID'] = $this->post('studentID');
|
$student['StudentID'] = $this->post('studentID');
|
||||||
|
$student['BranchCode'] = $this->post('branchCode');
|
||||||
$getStudentFeesDetails = $this->Fees_model->getFeesStructureAssign($student);
|
$getStudentFeesDetails = $this->Fees_model->getFeesStructureAssign($student);
|
||||||
if ($getStudentFeesDetails)
|
if ($getStudentFeesDetails)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user