set grant scholarship check date to money_transfer_date

This commit is contained in:
Jon Goldberg 2018-09-14 10:30:03 -04:00
parent 7379496c2f
commit 4ee54f4764
Signed by untrusted user: jon
GPG Key ID: 0DC025928E9AA851

View File

@ -7,7 +7,7 @@ define('GRANT_SCHOLARSHIP_CUSTOM_GROUP', 'grant_scholarship');
define('GRANT_SCHOLARSHIP_CUSTOM_FIELD', 'is_grant_scholarship'); define('GRANT_SCHOLARSHIP_CUSTOM_FIELD', 'is_grant_scholarship');
define('GRANT_SCHOLARSHIP_CUSTOM_TABLE_NAME', 'civicrm_value_grant_scholarship'); define('GRANT_SCHOLARSHIP_CUSTOM_TABLE_NAME', 'civicrm_value_grant_scholarship');
define('GRANT_SCHOLARSHIP_YEAR_DIFF', 10); define('GRANT_SCHOLARSHIP_YEAR_DIFF', 10);
define('GRANT_DATE_CHECK_FIELD', 'decision_date'); define('GRANT_DATE_CHECK_FIELD', 'money_transfer_date');
define('GRANT_AMOUNT_CHECK_FIELD', 'amount_granted'); define('GRANT_AMOUNT_CHECK_FIELD', 'amount_granted');
/** /**
* Implements hook_civicrm_config(). * Implements hook_civicrm_config().