forked from CiviWare/org.agbu.annualgrantbudgets
changes to sql and params
This commit is contained in:
@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user