forked from CiviWare/org.agbu.annualgrantbudgets
removed hardcoded values
This commit is contained in:
@ -26,7 +26,7 @@ class CRM_Grant_Page_AnnualBudgets extends CRM_Core_Page_Basic {
|
||||
* Browse all Grant Budget.
|
||||
*/
|
||||
public function browse() {
|
||||
$fiscalYear = NULL;
|
||||
$fiscalYear = CRM_Utils_Request::retrieve('fiscalYears', 'Positive');
|
||||
if (empty($fiscalYear)) {
|
||||
$fiscalYear = date('Y');
|
||||
}
|
||||
|
Reference in New Issue
Block a user