diff --git a/Apollo/api/application/config/constants.php b/Apollo/api/application/config/constants.php index 30badc60..d5b452e4 100644 --- a/Apollo/api/application/config/constants.php +++ b/Apollo/api/application/config/constants.php @@ -91,7 +91,7 @@ defined('STUDENT') OR define('STUDENT','R001'); //status code defined('OPEN') OR define('OPEN','S001'); defined('CLOSE') OR define('CLOSE','S002'); -defined('REOPEN') OR define('REOPEN','S002'); +defined('REOPEN') OR define('REOPEN','S003'); //encript database table name defined('LOGIN') OR define('LOGIN','T_Login'); defined('BRANCH') OR define('BRANCH','T_BranchMaster');