Route changed for Employee details

This commit is contained in:
gandhimathi Bharathirajan 2017-04-12 13:22:02 +05:30
parent 0a9e4c1502
commit 2548898a2f

View File

@ -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 */
/* Location: ./application/config/routes.php */