dashboard router changes for fees pending and registered student details
This commit is contained in:
parent
a8e4bdcbc9
commit
2e6106bced
@ -157,6 +157,8 @@ $route['getDashboardCallTrack'] = 'Call_Tracking_Controller/getDashboardCallTrac
|
||||
$route['getTotalStudent'] = 'Dashboard_Controller/getTotalStudent';
|
||||
$route['getTotalEmployee'] = 'Dashboard_Controller/getTotalEmployee';
|
||||
$route['getTotalUsers'] = 'Dashboard_Controller/getTotalUsers';
|
||||
$route['getUniversityRegisteredStudent'] = 'Dashboard_Controller/getUniversityRegisteredStudent';
|
||||
$route['getDashboradStudentPendingFees'] = 'Dashboard_Controller/getDashboradStudentPendingFees';
|
||||
|
||||
/*login page announcement*/
|
||||
$route['getLoginAnnouncementDetails'] = 'Login_Controller/getLoginAnnouncementDetails';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user