From 26b7e6d55f924bfa4071f20f6bb14d3f5d13678f Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 12 Dec 2017 17:51:25 +0530 Subject: [PATCH] course details changes done --- Apollo/api/application/config/routes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index 175cf449..ba80b2cf 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -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'; +