Bugzilla – Attachment 178471 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.28 KB, created by
Marcel de Rooy
on 2025-02-21 10:08:02 UTC
(
hide
)
Description:
Bug 38670: Add 773$d to MARC21 record detail display for OPAC
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-21 10:08:02 UTC
Size:
1.28 KB
patch
obsolete
>From 9e019a141691aed5483d999509158ced1166b8f7 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: esther <esther@bywatersolutions.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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