removed hardcoded values

This commit is contained in:
2018-08-11 23:59:59 +05:30
parent b5c998846e
commit 04a78b6e3b
4 changed files with 20 additions and 8 deletions

View File

@ -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().
*