Bugzilla – Attachment 119326 Details for
Bug 28114
OPAC Results availability line does not show homebranch/holding branch correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28114: Fix error in MARC21slim2OPACResults
Bug-28114-Fix-error-in-MARC21slim2OPACResults.patch (text/plain), 1.68 KB, created by
Lucas Gass (lukeg)
on 2021-04-08 14:55:07 UTC
(
hide
)
Description:
Bug 28114: Fix error in MARC21slim2OPACResults
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-04-08 14:55:07 UTC
Size:
1.68 KB
patch
obsolete
>From 09e06701a405af7fdca8fbbdce9d8d2c5fe7c32f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 8 Apr 2021 14:51:36 +0000 >Subject: [PATCH] Bug 28114: Fix error in MARC21slim2OPACResults > >To test: >-Look at search results and see something like: Availability: Items available for loan: 1 , 1 , 2 . >-Apply patch >-See something like: Availability: Items available for loan: Midway (1), Centerville (1), Fairview (2) >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index d7f299e226..92d1d2ff8f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -36,7 +36,7 @@ > <xsl:variable name="AlternateHoldingsSubfields" select="substring(marc:sysprefs/marc:syspref[@name='AlternateHoldingsField'], 4)"/> > <xsl:variable name="AlternateHoldingsSeparator" select="marc:sysprefs/marc:syspref[@name='AlternateHoldingsSeparator']"/> > <xsl:variable name="OPACItemLocation" select="marc:sysprefs/marc:syspref[@name='OPACItemLocation']"/> >- <xsl:variable name="singleBranchMode" select="1"/> >+ <xsl:variable name="singleBranchMode" select="marc:sysprefs/marc:syspref[@name='singleBranchMode']"/> > <xsl:variable name="OPACTrackClicks" select="marc:sysprefs/marc:syspref[@name='TrackClicks']"/> > <xsl:variable name="BiblioDefaultView" select="marc:sysprefs/marc:syspref[@name='BiblioDefaultView']"/> > <xsl:variable name="leader" select="marc:leader"/> >-- >2.11.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 28114
:
119326
|
119340
|
119538
|
119576