From 7437777a05b7c914049c48755d5a028c2ccc9c34 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. --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 9 ++++++--- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 9 ++++++--- 2 files changed, 12 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..e78aadb830 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -556,6 +556,9 @@ Other title: + + + @@ -576,9 +579,6 @@ [Spine title] - - - | @@ -613,6 +613,9 @@ Uniform titles: + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index ca5ee81dd7..fb19cac92b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -612,6 +612,9 @@ + + + abhfgnp @@ -630,9 +633,6 @@ [Spine title] - - - | @@ -674,6 +674,9 @@ Uniform titles: + + + -- 2.11.0