course details changes done

This commit is contained in:
gandhimathi 2017-12-14 13:28:03 +05:30
parent 2ccd49bea5
commit 4701e2bbfe

View File

@ -144,7 +144,9 @@ $route['updateStatusDetails'] = 'Status_Controller/updateStatusDetails';
/*get student list for fees update*/
$route['getStudentListFees'] = 'Fees_Status_Controller/getStudentList';
/*get student fees structure for fees update*/
$route['getStudentFeesStructure'] = 'Status_Controller/getStudentFeesStructure';
$route['getStudentFeesStructure'] = 'Fees_Status_Controller/getFeesStructure';
/*update fees details for student*/
$route['updateFeesDetails'] = 'Fees_Status_Controller/updateFeesDetails';