From 47a0c4cbcc2b4f8a0d2143d9a68957798da68447 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Sat, 8 Jul 2017 02:38:29 +0530 Subject: [PATCH] 'Newscreenaddedandissuefixed' --- application/config/constants.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/config/constants.php b/application/config/constants.php index 57800b73..a8047847 100755 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -80,6 +80,8 @@ define('POLINEITEM_IGRPARTIAL_CREATED', 'ST042'); /*MRIR Status */ define('MRIR_CREATED', 'ST041'); +define('MRIR_APPROVED', 'ST044'); +define('MRIR_REJECTED', 'ST045'); define('REQUISTSTATUS', '0'); define('REQUISTITEMSTATUS', '1');