From 83c42a45a909eadeacff391a7eb7a75e851b2038 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. Signed-off-by: Alexis Ripetti --- .../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 be70b9abcb..55b76cb1d7 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.25.1