From b4c609b0a19787f78e49cbf10339d75db6d13188 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 14 Jun 2017 09:57:58 +0530 Subject: [PATCH] Purchase Departmen --- application/config/constants.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/config/constants.php b/application/config/constants.php index be46df5a..d2c80519 100755 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -94,7 +94,8 @@ define('TRP', 'DEP07'); define('COATING', 'DEP08'); define('MAINTENANANCE', 'DEP09'); define('FINANCE', 'DEP10'); - +define('PURCHASE', 'DEP11'); +define('MANAGEMENT', 'DEP12'); /* PO Type */ define('REVENUE', 'REVENUE'); define('SERVICE', 'SERVICE');