Change #4067
Category | None |
Changed by | Remington Steed <rjs7 | @calvin.edu>
Changed at | Tue 14 Mar 2017 16:31:25 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | c17e66ae30fb4dcca0a59c3fdbbfba0c4e1b0e76 |
Comments
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>
Changed files
- 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