Bugzilla – Attachment 190926 Details for
Bug 41047
Current library and home library sort by code instead of description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41047: Sort libraries by description instead of code
Bug-41047-Sort-libraries-by-description-instead-of.patch (text/plain), 1.60 KB, created by
Owen Leonard
on 2026-01-06 12:20:31 UTC
(
hide
)
Description:
Bug 41047: Sort libraries by description instead of code
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-06 12:20:31 UTC
Size:
1.60 KB
patch
obsolete
>From ce9958cf330f7dddb9eef513849c6cea632f2bdf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 6 Jan 2026 10:09:11 +0100 >Subject: [PATCH] Bug 41047: Sort libraries by description instead of code > >On the holdings tables the libraries are sorted by code, we should sort >them by description. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../includes/html_helpers/tables/items/catalogue_detail.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index d74198bdaf0..4acd6282d63 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -403,7 +403,7 @@ > }, > [% END %] > { >- data: "me.holding_library_id", >+ data: "holding_library.name:me.holding_library_id", > datatype: "coded_value:library", > dataFilter: "libraries", > className: "location", >@@ -414,7 +414,7 @@ > } > }, > { >- data: "me.home_library_id", >+ data: "home_library.name:me.home_library_id", > datatype: "coded_value:library", > dataFilter: "libraries", > className: "homebranch", >-- >2.39.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 41047
:
188175
|
190918
|
190926
|
191714