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

--- Comment #2 from Fridolin SOMERS <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to