From 732b1151087548b552a0f2ccaee9ede1d06fe676 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Thu, 18 Sep 2025 13:17:29 +0300 Subject: [PATCH] Bug 40832: Add MARC21 field 382 Medium of Performance to search results To test: 1. On both OPAC and the staff interface, search for the records imported in previous patch 2. Observe Medium of performance is displayed accordingly --- .../en/xslt/MARC21slim2intranetResults.xsl | 54 +++++++++++++++++++ .../en/xslt/MARC21slim2OPACResults.xsl | 54 +++++++++++++++++++ 2 files changed, 108 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index b03a8c1f9dc..8e9c60b135d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -845,6 +845,60 @@ + + + + Medium of performance: + + + + + + ) + + , + + + + + + or + + + + + + (doubling + + + + + and + + + , + + + + + + + + ( + + ) + + + [ + + ] + + + ; + + + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 96acfdced1a..5dadd4d49ca 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1056,6 +1056,60 @@ + + + + Medium of performance: + + + + + + ) + + , + + + + + + or + + + + + + (doubling + + + + + and + + + , + + + + + + + + ( + + ) + + + [ + + ] + + + ; + + + + -- 2.34.1