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