Bugzilla – Attachment 144688 Details for
Bug 23032
Add 264 to Alternate Graphic Representation (MARC21 880)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23032: Show MARC21 880 for 264 on detail pages
Bug-23032-Show-MARC21-880-for-264-on-detail-pages.patch (text/plain), 2.76 KB, created by
Kyle M Hall (khall)
on 2022-12-16 14:52:32 UTC
(
hide
)
Description:
Bug 23032: Show MARC21 880 for 264 on detail pages
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-12-16 14:52:32 UTC
Size:
2.76 KB
patch
obsolete
>From 5ba3002f60ecf767468dd9f481f8cc0d059ab227 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 20 Oct 2022 05:26:48 +0000 >Subject: [PATCH] Bug 23032: Show MARC21 880 for 264 on detail pages >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch adds the 880 display for 264 (in addition to 260) on the >detail pages. > >To test: >0) Apply patch >1) Create/edit a record >2) Create 264 $6 880-01 $a Xianggang : $b Tushuguan, $c 2022 >3) Create 880 $6 264-01 $a é¦æ¸¯ : $b å¾ä¹¦é¦, $c 2022 >4) View record and see "Publication details" appear with the 880 >script on the detail page on both the staff interface and OPAC > >Signed-off-by: Johanna Miettunen <johanna.miettunen@haaga-helia.fi> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 0c807abf73..dd3cda470a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -273,7 +273,7 @@ > <!-- Publisher Statement: Alternate Graphic Representation (MARC 880) --> > <xsl:if test="$display880"> > <xsl:call-template name="m880Select"> >- <xsl:with-param name="basetags">260</xsl:with-param> >+ <xsl:with-param name="basetags">260,264</xsl:with-param> > <xsl:with-param name="codes">abcg</xsl:with-param> > <xsl:with-param name="class">results_summary publisher</xsl:with-param> > <xsl:with-param name="label">Publication details: </xsl:with-param> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 87d05a060d..5cd31e0ce0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -315,7 +315,7 @@ > <!-- Publisher Statement: Alternate Graphic Representation (MARC 880) --> > <xsl:if test="$display880"> > <xsl:call-template name="m880Select"> >- <xsl:with-param name="basetags">260</xsl:with-param> >+ <xsl:with-param name="basetags">260,264</xsl:with-param> > <xsl:with-param name="codes">abcg</xsl:with-param> > <xsl:with-param name="class">results_summary publisher</xsl:with-param> > <xsl:with-param name="label">Publication details: </xsl:with-param> >-- >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 23032
:
142224
|
143802
| 144688