http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7815
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |[email protected] Version|master |rel_3_8 --- Comment #4 from Paul Poulain <[email protected]> --- (In reply to comment #2) > Hi Sophie, > I tried to replicate the problem on the holds page in staff and in the OPAC. > In both places my branches appeared in alphabetical order. Can you give me a > hint where or in which case the order is wrong? In order to reproduce this problem, the order of code must differ from the order of descriptions. For example: code Description X library street X A that is another library Before the patch, A appears before X (and if you've 20+ libraries, you'll face pain to find the one you want !), after the patch, it's ordered by description QA comment: tiny patch, sorting a hash, passed QA -- 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/
