Changes to code

This commit is contained in:
2018-08-11 23:21:25 +05:30
parent 0c4fe4ccd6
commit b5c998846e
5 changed files with 37 additions and 6 deletions

View File

@ -43,6 +43,16 @@ class CRM_Grant_Page_AnnualBudgets extends CRM_Core_Page_Basic {
return ts('Annual Grant Budget');
}
/**
* Get name of edit form.
*
* @return string
* Classname of edit form.
*/
public function editForm() {
return 'CRM_Grant_Page_AnnualBudgets';
}
/**
* Get user context.
*