projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869e094
)
Quick hack to default to 2019 for acquisitions
author
Dan Scott
<dscott@laurentian.ca>
Thu, 8 Sep 2016 17:22:59 +0000
(13:22 -0400)
committer
Dan Scott
<dan@coffeecode.net>
Fri, 3 Jan 2020 19:31:28 +0000
(14:31 -0500)
Having a financial year that doesn't run from January to December can be
annoying.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/js/ui/default/acq/financial/list_funds.js
patch
|
blob
|
history
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
0d2f7de
..
fea10a7
100644
(file)
--- 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(