[Koha-bugs] [Bug 5634] Ordering branches should be case independent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 19 19:57:20 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5634

--- Comment #8 from Nadia Nicolaides <nanunic at gmail.com> ---
Created attachment 14200
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14200&action=edit
Follow-up Bug 5634: Ordering branches should be case independent

This patch fix the order of branches in the log-in page,
on Branch.pm we added the variable branchcode to the
hash returned by GetBranchesLoop, and this function is used
on Auth.pm to get a list of branches ordered by branchname

To test
1) Use an installation with some branches
2) On login screen the branches are ordered by branchcode
3) apply the patch
4) On login screen the branches are now ordered by branchname

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list