Bugzilla – Attachment 129698 Details for
Bug 29922
Group of libraries are now displayed in alphabetical order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cam13844 - Groups of libraries displayed in alphabetical order
cam13844---Groups-of-libraries-displayed-in-alphab.patch (text/plain), 884 bytes, created by
The Minh Luong
on 2022-01-21 14:31:50 UTC
(
hide
)
Description:
cam13844 - Groups of libraries displayed in alphabetical order
Filename:
MIME Type:
Creator:
The Minh Luong
Created:
2022-01-21 14:31:50 UTC
Size:
884 bytes
patch
obsolete
>From 7b2e2d4784d92d97af2299ec3aba0e89edb58bf5 Mon Sep 17 00:00:00 2001 >From: The Minh Luong <the-minh.luong@inlibro.com> >Date: Fri, 21 Jan 2022 08:45:23 -0500 >Subject: [PATCH] cam13844 - Groups of libraries displayed in alphabetical > order > >OPAC's "Groups of libraries field" is now displayed in alphabetical order. > >https://bugs.koha-community.org/show_bug.cgi?id=29922 >--- > opac/opac-search.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/opac/opac-search.pl b/opac/opac-search.pl >index 8d5fe07bc0..e99b69931c 100755 >--- a/opac/opac-search.pl >+++ b/opac/opac-search.pl >@@ -217,6 +217,7 @@ if ($cgi->cookie("search_path_code")) { > } > > my @search_groups = Koha::Library::Groups->get_search_groups(); >+@search_groups = sort { $a->title cmp $b->title } @search_groups; > $template->param( search_groups => \@search_groups ); > > # load the language limits (for search) >-- >2.25.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 Raw
Actions:
View
Attachments on
bug 29922
:
129698
|
129699
|
129737
|
129738
|
130767
|
131343
|
131444
|
136612
|
137045
|
137063
|
137064
|
137325
|
137326
|
137405
|
137406