Bug 14388: Funds should be sorted by budget_code
authorJonathan Druart <jonathan.druart@koha-community.org>
Thu, 2 Jul 2015 15:42:16 +0000 (16:42 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 9 Nov 2015 15:08:20 +0000 (12:08 -0300)
commite0032c46e98b4cf31d76abb93d12041ea362d81e
tree4b7d7c4206a5d70ec25ab08a4cb7e8197ac42a09
parent307fe0ac533c2dc8116a183d104c864717a91fc5
Bug 14388: Funds should be sorted by budget_code

Before this patch, the funds were sorted by budget_id, which does not
make any sense.

This patch adds a sort by budget_code on the fund list (acqui/acqui-home.pl and
admin/aqbudgets.pl)

Test plan:
On both pages (acqui/acqui-home.pl and admin/aqbudgets.pl) confirm that
the funds are now sorted by fund code (DB column budget_code)

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Budgets.pm
t/db_dependent/Budgets.t