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');