From dd5650e679ea7d07bbc8b96e4d30a4ddd6e3cd29 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 --- 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 @@ + ; -- 2.1.1