Bugzilla – Attachment 147087 Details for
Bug 33032
Alternate holdings broken in staff interface search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33032: Fix alternate holdings in staff interface search results
Bug-33032-Fix-alternate-holdings-in-staff-interfac.patch (text/plain), 1.68 KB, created by
Fridolin Somers
on 2023-02-21 20:06:56 UTC
(
hide
)
Description:
Bug 33032: Fix alternate holdings in staff interface search results
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-02-21 20:06:56 UTC
Size:
1.68 KB
patch
obsolete
>From 7e975e976c504f861fe9b2f587fb6eb9950fd597 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 21 Feb 2023 10:03:25 -1000 >Subject: [PATCH] Bug 33032: Fix alternate holdings in staff interface search > results > >If system preference AlternateHoldingsField is used, one can see a display in OPAC search results. >This display does not appear in staff interface search results anymore. > >Test plan : >1) Enable feature with system preference 'AlternateHoldingsField', ie 852abc >2) Edit a record to add some datas in field 852 >3) Perform a search in staff interface >=> You see the alternate holdings datas >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index 24c41b5201..ba3c7bc778 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -676,7 +676,7 @@ > > [% ELSE # /IF ( SEARCH_RESULT.items_count ) %] > >- [% IF ( SEARCH_RESULT.ALTERNATEHOLDINGS.count ) %] >+ [% IF ( SEARCH_RESULT.ALTERNATEHOLDINGS ) %] > <strong id="altholdings_heading">Other holdings:</strong> > <ul> > [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %] >-- >2.39.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 33032
:
147087
|
147097
|
147247
|
147248