From 586ff4264129c557aefa8262b04074ca991707a8 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Sat, 13 May 2017 11:04:13 +0530 Subject: [PATCH] Requistion Code --- 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 1fc5f19b..5806d1e9 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -62,7 +62,8 @@ define('REQ_ONHOLD', 'ST008'); define('REQITEM_ONHOLD', 'ST009'); define('REQITEM_PARTIALLY_DELIVERED', 'ST010'); define('REQITEM_DELIVERED', 'ST011'); - +define('REQ_DELETED', 'ST013'); + define('REQUISTSTATUS', '0'); define('REQUISTITEMSTATUS', '1');