Bugzilla – Attachment 40008 Details for
Bug 13950
Sort Item search home library list by branch name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13950: Sort Item search home library list by branch name
Bug-13950-Sort-Item-search-home-library-list-by-br.patch (text/plain), 1.02 KB, created by
Katrin Fischer
on 2015-06-09 01:47:50 UTC
(
hide
)
Description:
Bug 13950: Sort Item search home library list by branch name
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-06-09 01:47:50 UTC
Size:
1.02 KB
patch
obsolete
>From 34977ef8709acb0d2ef340312f97b1cfa9146bbf Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Tue, 9 Jun 2015 03:45:25 +0200 >Subject: [PATCH] Bug 13950: Sort Item search home library list by branch name > >On the item search form the list of home libraries isn't sorted >alphabetically by their descrption. > >To test: >- Staff: Advanced search - item search >- Verify pull down for home library is correctly sorted after > applying the patch. >--- > catalogue/itemsearch.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/itemsearch.pl b/catalogue/itemsearch.pl >index e66aa4f..9c07d48 100755 >--- a/catalogue/itemsearch.pl >+++ b/catalogue/itemsearch.pl >@@ -242,7 +242,7 @@ if ($format eq 'html') { > > my $branches = GetBranches(); > my @branches; >- foreach my $branchcode (keys %$branches) { >+ foreach my $branchcode (sort keys %$branches) { > push @branches, { > value => $branchcode, > label => $branches->{$branchcode}->{branchname}, >-- >1.9.1
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 13950
:
40008
|
40023
|
40206
|
40211
|
40213