From 4f11c2e728de6a81709ecdc1b7e3b2f9c395b6de Mon Sep 17 00:00:00 2001 From: Jared CAMINS-ESAKOV Date: Fri, 9 Apr 2010 13:24:26 -0400 Subject: [PATCH] Bug 4370: Fix ind1 semantics for MARC21 780/785 When using XSLT stylesheets for display, show MARC21 fields 780 and 785 on the OPAC details page only when ind1=0, as specified by the standard. Signed-off-by: Galen Charlton --- .../opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index fc345a41fb..e5b2e9504a 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -498,6 +498,7 @@ + @@ -536,18 +537,16 @@ - - - - - + + + @@ -591,6 +590,7 @@ + -- 2.39.5