registration table and registration constant added in constant file

This commit is contained in:
gandhimathi 2018-08-20 17:50:41 +05:30
parent 475b4f86fc
commit 60efe6d308

View File

@ -160,6 +160,10 @@ defined('REGISTRATIONDETAILS') OR define('REGISTRATIONDETAILS','T_Registration_D
// define APPLICATION certificate type constant
defined('APPLICATION_CONST') OR define('APPLICATION_CONST','APPLICATION');
// registration type constant
defined('NEWREGISTRATION_CONST') OR define('NEWREGISTRATION_CONST','New Registration');
defined('RE_REGISTRATION_CONST') OR define('RE_REGISTRATION_CONST','Re-registration');
//end of database table name