remove final references to old DAO/BAO

This commit is contained in:
2019-08-20 13:52:02 -04:00
parent 87888691dc
commit ed86787d20
3 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@ function annualgrantbudgets_civicrm_validateForm($formName, &$fields, &$files, &
if ($paidStatusID != $fields['status_id']) {
return;
}
$budgetErrors = CRM_Grant_BAO_GrantBudget::checkBudget($fields, $form->getVar('_id'));
$budgetErrors = CRM_AnnualGrantBudgets_BAO_GrantBudget::checkBudget($fields, $form->getVar('_id'));
$errors = array_merge($errors, $budgetErrors);
}
}