minor fixes/typos

This commit is contained in:
2018-10-22 15:13:08 -04:00
parent 4ee54f4764
commit 15159960b2
2 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,10 @@ function annualgrantbudgets_civicrm_managed(&$entities) {
'title' => ts('Grant Scholarship'),
'extends' => 'FinancialType',
'style' => 'Inline',
'collapse_display' => TRUE,
'collapse_display' => 1,
'is_active' => TRUE,
'is_multiple' => FALSE,
'collapse_adv_display' => FALSE,
'collapse_adv_display' => 0,
'is_reserved' => TRUE,
'table_name' => GRANT_SCHOLARSHIP_CUSTOM_TABLE_NAME,
],