From cd95740917e33241ba7710a42be8a2897205fd90 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. --- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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.7.7.4