From 749a6d284d459ac51489c475bc6a5a45d72d89d1 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 17 Oct 2018 14:43:11 -0400 Subject: [PATCH] Bug 21589: Series link formed from 830 field is incorrect Bug 13692 corrected the series link for records using a 490/800 combination When a record has a 490/830 conbination for series, the link is malformed (title is used as author, title is blank) Test Plan: 1) Catalog two or more records with 830 fields 2) Note the series links are broken 3) Apply this patch 4) Reload the record details page 5) The series link should now work --- .../en/xslt/MARC21slim2intranetDetail.xsl | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 8e0ec68a5f..c6b546af52 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -219,7 +219,7 @@ - + @@ -247,6 +247,35 @@ : + + + + + + + + + a_t + + + + + + + /cgi-bin/koha/catalogue/search.pl?q=se,phr:"" + + + + a_t + + + + + + + + : + ; -- 2.17.1 (Apple Git-112)