Bugzilla – Attachment 151890 Details for
Bug 33725
Add item's collection code to search results location column in staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33725: (follow-up) Add ccode to grouping logic
Bug-33725-follow-up-Add-ccode-to-grouping-logic.patch (text/plain), 945 bytes, created by
Lucas Gass (lukeg)
on 2023-05-31 21:39:41 UTC
(
hide
)
Description:
Bug 33725: (follow-up) Add ccode to grouping logic
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-05-31 21:39:41 UTC
Size:
945 bytes
patch
obsolete
>From 0789799deb4449ef7d1f1df4d282844da53d8152 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 31 May 2023 21:39:14 +0000 >Subject: [PATCH] Bug 33725: (follow-up) Add ccode to grouping logic > >--- > C4/Search.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 169eec9577..e2de36571e 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -1854,6 +1854,7 @@ sub searchResults { > ( $item->{$hbranch} ? $item->{$hbranch} . '--' : q{} ) > . ( $item->{location} ? $item->{location} : q{} ) > . ( $item->{itype} ? $item->{itype} : q{} ) >+ . ( $item->{ccode} ? $item->{ccode} : q{} ) > . ( $item->{itemcallnumber} ? $item->{itemcallnumber} : q{} ); > # For each grouping of items (onloan, available, unavailable), we build a key to store relevant info about that item > if ( $item->{onloan} >-- >2.30.2
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 33725
:
151151
|
151158
|
151890
|
152132
|
152133