forked from CiviWare/org.agbu.annualgrantbudgets
support totals on grant budget screen
This commit is contained in:
@ -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,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user