---
 reserve/request.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/reserve/request.pl b/reserve/request.pl
index 60f7ea4..b865c5c 100755
--- a/reserve/request.pl
+++ b/reserve/request.pl
@@ -447,7 +447,7 @@ foreach my $biblionumber (@biblionumbers) {
                 );
         }
         my @branchloop;
-        foreach my $br ( keys %$branches ) {
+        foreach my $br ( sort {$branches->{$a}->{'branchname'} cmp 
$branches->{$b}->{'branchname'}} keys %$branches ) {
             my %abranch;
             $abranch{'selected'}   = ( $br eq $res->{'branchcode'} );
             $abranch{'branch'}     = $br;
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to