removed hardcoded values
This commit is contained in:
@ -6,6 +6,7 @@ use CRM_Annualgrantbudgets_ExtensionUtil as E;
|
||||
define('GRANT_SCHOLARSHIP_CUSTOM_GROUP', 'grant_scholarship');
|
||||
define('GRANT_SCHOLARSHIP_CUSTOM_FIELD', 'is_grant_scholarship');
|
||||
define('GRANT_SCHOLARSHIP_CUSTOM_TABLE_NAME', 'civicrm_value_grant_scholarship');
|
||||
define('GRANT_SCHOLARSHIP_YEAR_DIFF', 10);
|
||||
/**
|
||||
* Implements hook_civicrm_config().
|
||||
*
|
||||
|
Reference in New Issue
Block a user