From 8d24044adc9d0b77a1f1e5ea854b15218decc79e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 22 Aug 2021 03:29:47 +0000 Subject: [PATCH] Bug 10265: Keep punctuation for 8xx series added entry fields (MARC21) At the moment the punctuation entered for $n $p and is removed in the part template, which leads to displaying the subfields without any punctuation and spaces in between. To test: - Catalog records with various combinations of 8xx series added entry fields. Subfield a, t, n, p and v are the most important. - Verify the display in OPAC and staff is not great. - Apply the patch. - Verify the display in OPAC and staff is improved. For examples see: https://www.loc.gov/marc/bibliographic/bd80x83x.html Important note: At the moment 8xx series added entry fields will only display, when there is also a 490 ind. 1 = 1 field present. --- .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 16 ++++++++-------- .../opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 18 +++++++++--------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl index 1916a711dd..c9678499f0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -495,9 +495,9 @@ - + ; | @@ -537,9 +537,9 @@ - + ; @@ -566,15 +566,15 @@ fghkdlmor + + . + - - - + + - - - + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl index 13e70d0ee8..4e918ea174 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -459,10 +459,10 @@ - - : + + ; | @@ -501,9 +501,9 @@ - + ; @@ -530,15 +530,15 @@ fghkdlmor + + . + - - - + + - - - + -- 2.11.0