]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1586567 Always return Fund Years sorted descending
authorRemington Steed <rjs7@calvin.edu>
Thu, 29 Sep 2016 18:55:41 +0000 (14:55 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 14 Mar 2017 20:32:55 +0000 (16:32 -0400)
commit06aa0813ae22c0e83d2c2e87eb930bee1d12b253
treedfe61a2d6be0ab2837f462b5f9442801301e5731
parent57193060ce3ffc26b9b753a94d581f89f1ea739d
LP#1586567 Always return Fund Years sorted descending

Currently, fund year selectors in Acq interfaces (at least Acq Admin ->
Funds, and Acq -> Load MARC Order Records) show the fund years in
database order. This commit adds a descending sort to the perl function
that retrieves fund years for those interfaces. It also removes the
unsuccessful attempt at sorting that was present in the dojo code.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dawn Dale <ddale@georgialibraries.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Financials.pm
Open-ILS/web/js/ui/default/acq/financial/list_funds.js
Open-ILS/web/js/ui/default/acq/picklist/upload.js