From 4669b1cfb9b71b497fcbcbba45efe613787447d5 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 16 Jan 2012 23:05:42 +0100 Subject: [PATCH] Bug 4300: Fix display of textual holdings (866) Content-Type: text/plain; charset="UTF-8" Fixed problems: - only $z, but not $a was shown - only first $z for each 866 field was shown - each 866 field produced a ; even if no $z was present After patch was applied: - OPAC displays 866 $a and $z, separating each field with ; - Staff displays 866 $a, $x and $z, separating each field with ; Example(s) for testing: 866 $a1-86 (1941-1987)$xbound in 2 v. per year$zSome issues missing 866 $a1-86 (1941-1987) 866 $a--86 (1941-1897)$xinternal note 866 $zfirst note,$zsecond note Signed-off-by: Jared Camins-Esakov --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 12 ++++++++++++ .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 16 +++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 9e16667..cb5b395 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -589,6 +589,18 @@ + + + Holdings Note: + + + axz + + ; + + + + Other Editions: diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 43e2658..f6d3efd 100755 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -717,14 +717,16 @@ - + - Holdings Note: - - - .; - - + Holdings Note: + + + az + + ; + + -- 1.7.2.5