From c0206b26153dd0a343c2f02b7a052007d8051614 Mon Sep 17 00:00:00 2001 From: Blou Date: Wed, 8 Dec 2021 16:45:29 -0500 Subject: [PATCH] Bug 15594: preserve sequence of 260 subfields in (staff) detail page When ordered $a$b$a$b$c in the MARC object, 260 subfields are displayed $a$a$b$b$c. This goes against the standard. This patch preserves the order. 0) create a notice with $a$b$a subfields. In that (mixed) order. 1) Go to staff detail page and see the fields displayed as "aab" 2) apply the patch 3) validate the aba display. --- .../en/xslt/MARC21slim2intranetDetail.xsl | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 6983988867..6527996af7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -283,42 +283,42 @@ Publication details: - + + - /cgi-bin/koha/catalogue/search.pl?q=pl:"" - + /cgi-bin/koha/catalogue/search.pl?q=pl:"" + - - - - - /cgi-bin/koha/catalogue/search.pl?q=Provider:"" - - b - - + - - + - /cgi-bin/koha/catalogue/search.pl?q=copydate:"" - + /cgi-bin/koha/catalogue/search.pl?q=Provider:"" + + + + + + + /cgi-bin/koha/catalogue/search.pl?q=copydate:"" + - - - - - - g + + + + + + + - - + + ; -- 2.17.1