From 47586d6915d738e07a74d1383a5881e148825176 Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Thu, 12 Dec 2024 09:55:32 +0200 Subject: [PATCH] Bug 38682 - Add series ISSN from 490$x and 8XX$x to XSLT detail and search results' show-serial(). Series statement ISSN from fields 490$x or 8XX$x are not shown in XSLT-templates. This patch makes them visible in search results and the biblio detail-view, both in OPAC and the staff client. TEST PLAN: 490: 1. Create a bib record with 490i1=0, 490$x 2. Search for the record in the OPAC 3. Observe the ISSN after the series statement in the search results listing 4. Open the record to biblio detail view 5. Observe the ISSN after the series statement in the detail -page. 6. Search for the record in the staff client 7. Observe the ISSN after the series statement in the search results listing 8. Open the record to biblio detail view 9. Observe the ISSN after the series statement in the detail -page. 800: 1. Create a bib record with 800$x 2-9. Repeat test steps in TEST PLAN 490 830: 1. Create a bib record with 830$x 2-9. Repeat test steps in TEST PLAN 490 --- .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 9 +++++++++ .../opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl index 45e0ee2..80a8eb7 100644 --- a/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ b/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -451,6 +451,9 @@ ; + + ; + @@ -501,6 +504,9 @@ ; + + ; + @@ -553,6 +559,9 @@ ; + + ; + | diff --git a/opac/htdocs/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/opac/htdocs/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl index 9d35b9f..cdcbbc8 100644 --- a/opac/htdocs/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/opac/htdocs/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -416,6 +416,9 @@ ; + + ; + @@ -465,6 +468,9 @@ ; + + ; + @@ -517,6 +523,9 @@ ; + + ; + | -- 2.34.1