From 13fab9896b02d70f4496b69860c280c4b282f2c3 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Thu, 17 Aug 2017 11:23:59 +0530 Subject: [PATCH] ForgotPassword, Draft for other status issue fixed in PDF --- application/config/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/constants.php b/application/config/constants.php index 13a36c7d..a62da2d2 100755 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -83,6 +83,7 @@ define('POLINEITEM_IGRPARTIAL_CREATED', 'ST042'); define('MRIR_CREATED', 'ST041'); define('MRIR_APPROVED', 'ST044'); define('MRIR_REJECTED', 'ST045'); +define('PARTIAL_MRIRAPPROVED', 'ST054'); define('REQUISTSTATUS', '0'); define('REQUISTITEMSTATUS', '1');