17 Sep
2018
17 Sep
'18
12:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9969 --- Comment #2 from Fridolin SOMERS <fridolin.somers@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.