From 22b7db0c9cf4ded7e4f59714d50130754c367e34 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 11 Oct 2023 22:10:38 +0000 Subject: [PATCH] Bug 35036: Do not remove punctuaction of 246 fields To test: 1. Add a 245$b to a record that ends with punctuation. ie. 'E.B.' 2. Go the record detail page on both the staff interface and OPAC. 3. The last period does not display. 4. APPLY patch and restart services 5. Look at the OPAC detail and staff interface detail pages again, the display should include punctuation --- .../en/xslt/MARC21slim2intranetDetail.xsl | 4 ---- .../en/xslt/MARC21slim2OPACDetail.xsl | 20 ++++++++----------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 3aade69a51d..6e582fb4b78 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -490,13 +490,9 @@ - - abhfgnp - - [Portion of title] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index a27c8b9830d..f5c26cff856 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -583,18 +583,14 @@
  • - - - - - i - - - - - abhfgnp - - + + + i + + + + + abhfgnp -- 2.30.2