From 2548898a2f1cd867df938681365020bbcf05174c Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 12 Apr 2017 13:22:02 +0530 Subject: [PATCH] Route changed for Employee details --- application/config/routes.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/config/routes.php b/application/config/routes.php index cb9004d2..28c602cc 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -66,8 +66,8 @@ $route['costListing/(:num)'] = "CostCenter/costListing/$1"; $route['assetListing'] = 'assetdetails/assetListing'; $route['assetListing/(:num)'] = "assetdetails/assetListing/$1"; -$route['employeeListing'] = 'Employeedetails/employeeListing'; -$route['employeeListing/(:num)'] = "Employeedetails/employeeListing/$1"; +$route['employeeListing'] = 'employeedetails/employeeListing'; +$route['employeeListing/(:num)'] = "employeedetails/employeeListing/$1"; @@ -89,8 +89,8 @@ $route['addNewcost'] = "CostCenter/addNewCost"; $route['addasset'] = "assetdetails/addasset"; $route['addNewasset'] = "assetdetails/addNewasset"; -$route['addemployee'] = "Employeedetails/addemployee"; -$route['addNewemployee'] = "Employeedetils/addNewemployee"; +$route['addemployee'] = "employeedetails/addemployee"; +$route['addNewemployee'] = "employeedetils/addNewemployee"; $route['addRawmaterial'] = "rawmaterialdetails/addRawMaterial"; $route['addNewRawmaterial'] = "rawmaterialdetails/addNewRawMaterial"; @@ -146,4 +146,4 @@ $route['forgotPassword'] = "login/forgotPassword"; /* End of file routes.php */ -/* Location: ./application/config/routes.php */ \ No newline at end of file +/* Location: ./application/config/routes.php */