From d62669f7ca59b7f1b1a1ae73d5d7213616e0e7e7 Mon Sep 17 00:00:00 2001 From: Winona Salesky Date: Thu, 11 Jun 2015 22:00:16 -0400 Subject: [PATCH] [SIGNED OFF] Bug 13600 - XSLT: 8xx not showing if there is no 4xx Removes dependency on 490 ind1 for 8xx display. 8xx will always display. Test Plan: 1) Apply this patch 2) Ensure you are using the default XSLT setting for the staff and opac details view. 3) Find or create a record with MARC tags 800, 810, 830 4) Check display of 8xx tags, should always display if present in the record. 6) Repeat test for the staff interface Signed-off-by: Nick Clemens --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 11 +++++------ .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 14 +++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index d077e35..316e75e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -176,7 +176,7 @@ - + Series: @@ -207,9 +207,8 @@ .; - - - + + @@ -238,8 +237,8 @@ : ; - - + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 8b7d559..b24a4fa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -199,7 +199,7 @@ - + Series: @@ -227,12 +227,12 @@ - + .; - - - + + + @@ -261,8 +261,8 @@ : ; - - + + -- 1.9.1