added validation
This commit is contained in:
@ -69,8 +69,5 @@ function _civicrm_api3_grant_budget_getbudget_spec(&$spec) {
|
||||
'api.required' => 1,
|
||||
'title' => ts('Fiscal Year'),
|
||||
'type' => CRM_Utils_Type::T_INT,
|
||||
'pseudoconstant' => [
|
||||
'callback' => 'CRM_Grant_BAO_GrantBudget::getFiscalyear',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user