From 8dea59bba0c620da41a47698e2142e61f1dba3f9 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 --- .../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 6314d9c65b..bcc1813aa3 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 56e67e82fd..432632e4ec 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.20.1