From b14d9e3684e3376d7dec4fe00f3044bc9f207c0b Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 10 Aug 2017 06:05:26 +0000 Subject: [PATCH] constants.php edited online with Bitbucket --- 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 820bb1c0..be30b318 100755 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -101,7 +101,8 @@ define('PO_AMENDED', 'ST030'); define('PO_RELEASED', 'ST026'); define('PO_AWAITING_RELEASE', 'ST025'); define('PO_APPROVED', 'ST025'); - +define('PO_APPROVER_ONHOLD', 'ST051'); +define('PO_RELEASER_ONHOLD', 'ST052'); /*store Status*/ define('STORE_DRAFT', 'ST043');