]> 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:31:25 +0000 (16:31 -0400)
commitc17e66ae30fb4dcca0a59c3fdbbfba0c4e1b0e76
treea3b978d9ff749ef08f1625ac743fe24e8d5af1ee
parentc7b42d325a55c588f21da73b841780b72a3deb5a
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