From 547226f07b465cfea4bec12eb9a2254c7f47d666 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Wed, 5 Jul 2017 18:58:40 +0530 Subject: [PATCH] 'IGRissuefixed' --- application/config/constants.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/config/constants.php b/application/config/constants.php index caec1e47..df8547e2 100755 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -69,14 +69,18 @@ define('REQ_DELETED', 'ST013'); define('REQITEM_POCREATED', 'ST022'); define('REQITEM_PARTIALLY_PO_CREATED', 'ST023'); define('REQITEM_Emergency_PO_CREATED', 'ST024'); - +define('POLINEITEM_IGR_CREATED', 'ST040'); /*IGR Status */ define('IGR_CREATED', 'ST027'); define('IGR_CLOSED', 'ST028'); define('IGR_CANCELLED', 'ST029'); +define('POLINEITEM_IGRPARTIAL_CREATED', 'ST042'); /*IGR Status*/ +/*MRIR Status */ +define('MRIR_CREATED', 'ST041'); + define('REQUISTSTATUS', '0'); define('REQUISTITEMSTATUS', '1');