From 782656207353e72a15a185b9e06578d13747d875 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. Signed-off-by: Heather Hernandez Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit 8dea59bba0c620da41a47698e2142e61f1dba3f9) Signed-off-by: Lucas Gass --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 15 ++++++++++++--- .../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 04faadcfc1..7aff0f1ed3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -548,6 +548,12 @@ Other title: + + + i + + + @@ -568,9 +574,6 @@ [Spine title] - - - . | @@ -605,6 +608,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 8240cbee58..9b64ec3445 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -617,6 +617,12 @@ + + + i + + + abhfgnp @@ -635,9 +641,6 @@ [Spine title] - - - . | @@ -679,6 +682,12 @@ Uniform titles: + + + i + + + -- 2.20.1