From c050ea7252ec8c71a7d2f554c11e3b4433e83d8a 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 Signed-off-by: Matt Blenkinsop --- .../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 3aade69a51..6e582fb4b7 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 a27c8b9830..f5c26cff85 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.37.1 (Apple Git-137.1)