From 2fa2b7e096ff3ad2671fd654ec923c6f44c210f9 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 staff search results page. To test: 1. Create a catalog records with 440 and 490 ($a and $v subfield) 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 to show both 440 and 490 ($a and $v subfield) 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