default payment types defined
This commit is contained in:
parent
3b7fdd23bf
commit
730fcc2040
@ -109,6 +109,10 @@ defined('MC') OR define('MC','MC');
|
||||
defined('PC') OR define('PC','PC');
|
||||
defined('OTHER') OR define('OTHER','OTHER');
|
||||
|
||||
// define default payment type
|
||||
defined('WAIVER') OR define('WAIVER','WAIVER');
|
||||
defined('REFERRAL') OR define('REFERRAL','REFERRAL');
|
||||
|
||||
//encript database table name
|
||||
defined('LOGIN') OR define('LOGIN','T_Login');
|
||||
defined('BRANCH') OR define('BRANCH','T_BranchMaster');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user