From 0f41f12621659c34f46bb987819f30d1ee8c6d7f Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 31 Oct 2014 12:54:04 +1300 Subject: [PATCH] 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! Signed-off-by: Tomas Cohen Arazi --- 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 15960cd1a3..353a96ea21 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 @@ + ; -- 2.20.1