From 5f0b29761c446da80e08a5f6403bc2c8b5172e2d Mon Sep 17 00:00:00 2001 From: David Roberts Date: Mon, 6 Apr 2020 23:42:19 +0000 Subject: [PATCH] Bug 23119: MARC21 added title 246, 730 subfield i displays out of order, and should display before subfield a This patch makes the subfield i display before subfield a in the 246 and 730 fields To test: 1) Create a bibliographic record with data in several subfields in tags 246 and 730. 2) See that subfield i displays at the end of the field in the 246 field, and probably not at all in the 730 field. Check in both the OPAC and staff client 3) Apply the patch. 4) Check your bib record again in both clients. Subfield i should now display before subfield a. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 15 ++++++++++++--- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 15 ++++++++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 23944c557a..f82dbd3990 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -556,6 +556,12 @@ Other title: + + + i + + + @@ -576,9 +582,6 @@ [Spine title] - - - | @@ -613,6 +616,12 @@ Uniform titles: + + + i + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index ca5ee81dd7..843854b698 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -612,6 +612,12 @@ + + + i + + + abhfgnp @@ -630,9 +636,6 @@ [Spine title] - - - | @@ -674,6 +677,12 @@ Uniform titles: + + + i + + + -- 2.11.0