Bug 5634: BZ5634 order branch list alphabetically, without taking care of uc/lc
authorPaul Poulain <paul.poulain@biblibre.com>
Tue, 18 Jan 2011 16:19:18 +0000 (11:19 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 20 Jan 2011 06:49:34 +0000 (19:49 +1300)
commit129f05a5ecd789cd409f945a968182a5b68c0e6c
tree1f79255c1756ab04ce168d77ae46b5596d8543ea
parent2eb36a76fddacfd773224e41763093c516f7552f
Bug 5634: BZ5634 order branch list alphabetically, without taking care of uc/lc

Perl separates uc & lc in cmp. So we just uc() to have list properly ordered

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Branch.pm