]> git.koha-community.org Git - koha.git/commit
Bug 10535: by default sort funds by name
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Wed, 3 Jul 2013 12:24:23 +0000 (14:24 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 16 Jul 2013 17:55:34 +0000 (14:55 -0300)
commitf56768adba9fb1d39861e04796fac2be8cfdf914
treea3078124bd1e578ab5763a47ce801697f730070e
parent3fcf60e3e2e68f73e9a6292576b6dbc35e450145
Bug 10535: by default sort funds by name

In parcels.pl, and other acquisition pages, the funds are not sorted
by name in combo-box.  With a great number of funds, it is difficult
to find one.

This patch adds a default value to $orderby arg of C4::Budgets::GetBudgets.

Test plan :
- Create a new fund with a name beginning with 'z' and set you as owner.
- Create a new fund with a name beginning with 'a' and set you as owner.
- Go to a vendor and click "Receive shipments"
- Look at fund combobox
=> Funds are sorted by name

Signed-off-by: Silvia Simonetti <s.simonetti@cineca.it>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.
When testing make sure your funds would sort the other way
around when sorting by code instead of description.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit aa6cdb60a9ab2581ffef08796a349242d3d2ff66)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Budgets.pm