From 0693f5b3bff3b5c8f4f11e17463290f5828f145e Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Mon, 24 Aug 2020 15:48:26 -0400 Subject: [PATCH] Bug 5927: Show series information in OPAC search results This patch adds each 440 and 490 as series statements to the opac results Test plan: simply seach for any records with a 440 or 440 and they will appear on the search results --- .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index a0879f6..e6c33f8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -660,6 +660,17 @@ + + + + + Series: + + + + + + -- 1.7.10.4