forked from CiviWare/org.agbu.annualgrantbudgets
remove final references to old DAO/BAO
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user