Bugzilla – Attachment 175364 Details for
Bug 38670
773$d doesnt display in record detail page when it should
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38670: Add 773$d to MARC21 record detail display for OPAC
Bug-38670-Add-773d-to-MARC21-record-detail-display.patch (text/plain), 1.18 KB, created by
ByWater Sandboxes
on 2024-12-10 18:26:19 UTC
(
hide
)
Description:
Bug 38670: Add 773$d to MARC21 record detail display for OPAC
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2024-12-10 18:26:19 UTC
Size:
1.18 KB
patch
obsolete
>From 35789d7085fca197efc39c8fcbdc7432654bfec1 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 10 Dec 2024 17:57:32 +0000 >Subject: [PATCH] Bug 38670: Add 773$d to MARC21 record detail display for OPAC > >Signed-off-by: esther <esther@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >index eb8760d98b..93e028d02a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >@@ -643,6 +643,9 @@ > </a> > </xsl:otherwise> > </xsl:choose> >+ <xsl:if test="marc:subfield[@code='d']"> >+ <xsl:text> </xsl:text><xsl:value-of select="marc:subfield[@code='d']"/> >+ </xsl:if> > <xsl:if test="marc:subfield[@code='g']"> > <xsl:text> </xsl:text><xsl:value-of select="marc:subfield[@code='g']"/> > </xsl:if> >-- >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 38670
:
175361
|
175362
|
175364
|
178470
|
178471