chnages in php constant

This commit is contained in:
gandhimathi 2018-03-09 17:00:21 +05:30
parent 8a764e3ecf
commit 3e7d74adc9

View File

@ -98,6 +98,11 @@ defined('CERTIFICATEUPDATE') OR define('CERTIFICATEUPDATE','C001');
defined('APILICATIONUPDATE') OR define('APILICATIONUPDATE','A001');
defined('BOOKLETUPDATE') OR define('BOOKLETUPDATE','B001');
defined('MATERIALUPDATE') OR define('MATERIALUPDATE','M001');
// define fees program types
defined('SEMYEARFEES') OR define('SEMYEARFEES','Y001');
defined('REGULARFEES') OR define('REGULARFEES','P001');
defined('LATERALFEES') OR define('LATERALFEES','P002');
//encript database table name
defined('LOGIN') OR define('LOGIN','T_Login');
defined('BRANCH') OR define('BRANCH','T_BranchMaster');