Bugzilla – Attachment 195020 Details for
Bug 35484
OPACShelfBrowser secondary sort should be biblio.title not item.itemnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35484: (follow-up) Add biblio.title sort to the "Next items" query
Bug-35484-follow-up-Add-bibliotitle-sort-to-the-Ne.patch (text/plain), 832 bytes, created by
Owen Leonard
on 2026-03-09 18:02:40 UTC
(
hide
)
Description:
Bug 35484: (follow-up) Add biblio.title sort to the "Next items" query
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-03-09 18:02:40 UTC
Size:
832 bytes
patch
obsolete
>From 52e3356fb1a30929435c5a41507713b615528b4f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Mar 2026 13:59:19 -0400 >Subject: [PATCH] Bug 35484: (follow-up) Add biblio.title sort to the "Next > items" query > >--- > C4/ShelfBrowser.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ShelfBrowser.pm b/C4/ShelfBrowser.pm >index 8b0a6c78ffc..bfe4a9ab076 100644 >--- a/C4/ShelfBrowser.pm >+++ b/C4/ShelfBrowser.pm >@@ -180,7 +180,7 @@ sub GetNearbyItems { > }; > my @next_items = @{ > $dbh->selectall_arrayref( >- $next_query . $query_cond . ' ORDER BY items.cn_sort, itemnumber LIMIT ?', >+ $next_query . $query_cond . ' ORDER BY items.cn_sort, biblio.title LIMIT ?', > { Slice => {} }, > ( @params, $gap + 1 ) > ) >-- >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 35484
:
162717
|
195019
| 195020