course details changes done

This commit is contained in:
gandhimathi 2017-12-12 17:51:25 +05:30
parent c67c4b924f
commit 26b7e6d55f

View File

@ -143,6 +143,9 @@ $route['getStatusDetails'] = 'Status_Controller/getStatusDetails';
$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';