]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1586567 Always return Fund Years sorted descending user/rsteed/lp1586567_acq_year_selector_needs_sorting
authorRemington Steed <rjs7@calvin.edu>
Thu, 29 Sep 2016 18:55:41 +0000 (14:55 -0400)
committerRemington Steed <rjs7@calvin.edu>
Thu, 29 Sep 2016 19:08:44 +0000 (15:08 -0400)
commit3a1df947a3edfa1b8e3608b4e2688e9f2ac26aa0
treea8cc6773ceb2d4e57e7f016de8f14bd4bb184ac1
parent9dd9dcaf74f72a84a46d9ac60a1d5c13ba932eff
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>
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