Bugzilla – Attachment 190918 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
ff0659c.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2026-01-06 09:10:33 UTC
(
hide
)
Description:
Bug 41047: Sort libraries by description instead of code
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-06 09:10:33 UTC
Size:
1.56 KB
patch
obsolete
>From ff0659cbdfe95033c6929c8157febae8f939630b 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. >--- > .../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.43.0 >
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