From 4f73c1760e2ca64403e69783db148875b64d6ef9 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 31 Oct 2014 12:54:04 +1300 Subject: [PATCH] [PASSED QA] Bug 13174 : XSLT fails if, and only if you have an author, linked to an authority And only in MARC21 To test: Only for MARC21 with XSLT on for detail 1/ Find a record that has an authority linked author in it 2/ View the detail page in the opac 3/ Notice bibliographic data is missing 4/ Apply patch 5/ Refresh notice bibliographic data is back Signed-off-by: David Cook Works as described. Signed-off-by: Katrin Fischer Works as describe, the details are back! --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 15960cd..353a96e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -165,6 +165,7 @@ + @@ -1007,6 +1008,7 @@ + ; -- 1.9.1