forked from CiviWare/org.agbu.annualgrantbudgets
convert to using a civix-generated entity
This commit is contained in:
@ -55,7 +55,7 @@ function civicrm_api3_grant_budget_delete($params) {
|
||||
* Array of deleted values.
|
||||
*/
|
||||
function civicrm_api3_grant_budget_getbudget($params) {
|
||||
$result = CRM_Grant_BAO_GrantBudget::getGrantBudget($params);
|
||||
$result = CRM_AnnualGrantBudgets_BAO_GrantBudget::getGrantBudget($params);
|
||||
return civicrm_api3_create_success($result, $params, 'GrantBudget', 'get');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user