From 977cb4e1081e58af0d1cd10c88aa520d762b07a7 Mon Sep 17 00:00:00 2001 From: Amit Gupta Date: Tue, 25 Aug 2020 14:47:53 +0000 Subject: [PATCH] Bug 5927: Show series information in Search results page To test: 1. Create a catalog records with 440 and 490 MARC21 fields. 2. Search the result in staff page and you will not able to see Series in the search result page. 3. Apply the patch 4. Refresh the page. 5. Now you can able to see Series in the staff search result page. 6. This patch will handle multiple 440 and 490 fields in the search result page. --- .../prog/en/xslt/MARC21slim2intranetResults.xsl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index be70b9a..928ba6b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -913,6 +913,18 @@ + + + Series: + + + av + + .; + + + + -- 2.7.4