From: Dan Scott Date: Thu, 8 Sep 2016 17:22:59 +0000 (-0400) Subject: Quick hack to default to 2019 for acquisitions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fc4b1f0f4d005a7d3d063261f2a74d3e60173d00;p=contrib%2FConifer.git Quick hack to default to 2019 for acquisitions Having a financial year that doesn't run from January to December can be annoying. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/web/js/ui/default/acq/financial/list_funds.js b/Open-ILS/web/js/ui/default/acq/financial/list_funds.js index 0d2f7de063..fea10a7e7e 100644 --- a/Open-ILS/web/js/ui/default/acq/financial/list_funds.js +++ b/Open-ILS/web/js/ui/default/acq/financial/list_funds.js @@ -175,7 +175,8 @@ function loadYearSelector() { fundFilterYearSelect.setValue( // propagate year from URL if available lfGrid.urlUserData.year || - new Date().getFullYear().toString() + // new Date().getFullYear().toString() + '2019 ); dojo.connect(