From d44aa707934c41d15b5e0b7709eae42a41e3f087 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 --- .../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 1d4ecc8b01..ee3871701c 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 5d79840678..c92bbbe2ce 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