From 89ff1bffe78911f9112144a40d3c8ed3927c29e3 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 2 Jan 2020 15:02:53 -0500 Subject: [PATCH] It's 2020, default for the funds list accordingly Also fixes a syntax error that broke listing the funds at all (ugh) Signed-off-by: Dan Scott --- Open-ILS/web/js/ui/default/acq/financial/list_funds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fea10a7e7e..3f24e682b3 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 @@ -176,7 +176,7 @@ function loadYearSelector() { // propagate year from URL if available lfGrid.urlUserData.year || // new Date().getFullYear().toString() - '2019 + '2020' ); dojo.connect( -- 2.11.0