support totals on grant budget screen

This commit is contained in:
2019-08-19 17:06:17 -04:00
parent 956c1e90c6
commit 3534930f22
3 changed files with 32 additions and 0 deletions

View File

@ -70,4 +70,9 @@ function _civicrm_api3_grant_budget_getbudget_spec(&$spec) {
'title' => ts('Fiscal Year'),
'type' => CRM_Utils_Type::T_INT,
];
$spec['return_totals'] = [
'api.required' => 0,
'title' => ts('Return Totals?'),
'type' => CRM_Utils_Type::T_BOOLEAN,
];
}