From 73f31cdfadd202885e436644cf951c208f1ee5b7 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 19 Jul 2017 13:18:37 +0530 Subject: [PATCH] Billing screen and PO status update screen added --- application/config/routes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/config/routes.php b/application/config/routes.php index aaadfbc6..eb3fafa8 100755 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -197,6 +197,8 @@ $route['Viewigr'] = "MRIRcontroller/viewinwardgateregister"; $route['Distribution'] = "MRIRcontroller/viewmMaterialDistributionList"; //<-------------Store page-----------------> $route['Stock'] = "storestatus/storeavailability"; +$route['UpdatePOStatus'] = "servicepurchaseorder/UpdateServicePOStatus"; +$route['ServicePOBilling'] = "servicepurchaseorder/viewServicePOReportForBilling"; /* End of file routes.php */ /* Location: ./application/config/routes.php */