[Koha-bugs] [Bug 9969] Sorting budget by labels rather than by codes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 17 00:40:29 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9969

--- Comment #2 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
It is still valid for me when editing an existing order :
/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=1&booksellerid=3

Funds are sorted by code but name is displayed.

May be fixed like in Bug 10875 :
In acqui/addorderiso2709.pl L427 :
@{$budget_loop} =
  sort { uc( $a->{b_txt}) cmp uc( $b->{b_txt}) } @{$budget_loop};

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list