Bugzilla – Attachment 143687 Details for
Bug 8948
MARC21 field 787 doesn't display
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8948: (follow-up) Remove 580 display from 787
Bug-8948-follow-up-Remove-580-display-from-787.patch (text/plain), 2.57 KB, created by
Katrin Fischer
on 2022-11-10 16:17:23 UTC
(
hide
)
Description:
Bug 8948: (follow-up) Remove 580 display from 787
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-10 16:17:23 UTC
Size:
2.57 KB
patch
obsolete
>From 63fec47f35310a0a1832a00373d56787f028fe46 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 10 Nov 2022 11:37:02 +0000 >Subject: [PATCH] Bug 8948: (follow-up) Remove 580 display from 787 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 8 -------- > .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 8 -------- > 2 files changed, 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index c3dff33006..0c807abf73 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -1438,14 +1438,6 @@ > <!-- 787 Other Relationship Entry --> > <xsl:if test="marc:datafield[@tag=787]"> > <span class="results_summary other_relationship_entry"><span class="label">Other related works: </span> >- <xsl:for-each select="marc:datafield[@tag=580]"> >- <span class="linking_complexity_note"> >- <xsl:call-template name="subfieldSelect"> >- <xsl:with-param name="codes">a</xsl:with-param> >- </xsl:call-template> >- <xsl:text> </xsl:text> >- </span> >- </xsl:for-each> > <xsl:for-each select="marc:datafield[@tag=787]"> > <span class="other_relationship_entry"> > <xsl:variable name="f787"> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 8e9475a87d..87d05a060d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -1092,14 +1092,6 @@ > <!-- 787 Other Relationship Entry --> > <xsl:if test="marc:datafield[@tag=787]"> > <span class="results_summary other_relationship_entry"><span class="label">Other related works: </span> >- <xsl:for-each select="marc:datafield[@tag=580]"> >- <span class="linking_complexity_note"> >- <xsl:call-template name="subfieldSelect"> >- <xsl:with-param name="codes">a</xsl:with-param> >- </xsl:call-template> >- <xsl:text> </xsl:text> >- </span> >- </xsl:for-each> > <xsl:for-each select="marc:datafield[@tag=787]"> > <span class="other_relationship_entry"> > <xsl:variable name="f787"> >-- >2.30.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 8948
:
20653
|
26946
|
142781
|
142782
|
142791
|
143083
|
143084
|
143111
|
143141
|
143142
|
143143
|
143562
|
143563
|
143564
|
143642
|
143684
|
143685
|
143686
| 143687