Bugzilla – Attachment 10046 Details for
Bug 7815
Order pickup library list by name rather than by code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7815 : Order pickup libraries list by name rather than by code
SIGNED-OFF-Bug-7815--Order-pickup-libraries-list-b.patch (text/plain), 910 bytes, created by
Marijana Glavica
on 2012-06-09 16:19:43 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7815 : Order pickup libraries list by name rather than by code
Filename:
MIME Type:
Creator:
Marijana Glavica
Created:
2012-06-09 16:19:43 UTC
Size:
910 bytes
patch
obsolete
>From 78f982d103d29b3307513286d9811d88f6b9a568 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Fri, 23 Mar 2012 15:02:22 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 7815 : Order pickup libraries list by name rather than by code > >Signed-off-by: Marijana Glavica <mglavica@ffzg.hr> >--- > reserve/request.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/reserve/request.pl b/reserve/request.pl >index d9e5904..b05e5f0 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -69,7 +69,7 @@ my $default = C4::Context->userenv->{branch}; > my @values; > my %label_of; > >-foreach my $branchcode (sort keys %{$branches} ) { >+foreach my $branchcode ( sort { $branches->{$a}->{branchname} cmp $branches->{$b}->{branchname} } keys %$branches ) { > push @values, $branchcode; > $label_of{$branchcode} = $branches->{$branchcode}->{branchname}; > } >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7815
:
8593
| 10046