changes to sql and params

This commit is contained in:
2018-08-12 01:07:33 +05:30
parent 8d7149bc2f
commit 1b4aa80f24
3 changed files with 13 additions and 6 deletions

View File

@ -35,7 +35,7 @@ class CRM_Grant_Page_AnnualBudgets extends CRM_Core_Page_Basic {
)) {
return CRM_Utils_System::permissionDenied();
}
$fiscalYear = CRM_Utils_Request::retrieve('fiscalYears', 'Positive');
$fiscalYear = CRM_Utils_Request::retrieve('fiscalYear', 'Positive');
if (empty($fiscalYear)) {
$fiscalYear = date('Y');
}