Bugzilla – Attachment 175362 Details for
Bug 38670
Display MARC21 773$d in record detail page
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.13 KB, created by
Lucas Gass (lukeg)
on 2024-12-10 17:59:03 UTC
(
hide
)
Description:
Bug 38670: Add 773$d to MARC21 record detail display for OPAC
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-12-10 17:59:03 UTC
Size:
1.13 KB
patch
obsolete
>From 9c1c5c3186ba8ba4a09ecc6f64e8e7fe09f062ab 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 > >--- > 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.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 38670
:
175361
|
175362
|
175364
|
178470
|
178471