Bugzilla – Attachment 147247 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.81 KB, created by
Jonathan Druart
on 2023-02-23 14:52:20 UTC
(
hide
)
Description:
Bug 33032: Fix alternate holdings in staff interface search results
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-23 14:52:20 UTC
Size:
1.81 KB
patch
obsolete
>From 8247ba06b81d5a1f2ac06da4f544c9b51dab5839 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 > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 24c41b52015..ba3c7bc7787 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.25.1
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