From d4b1669a15f29cfdf28626ec29acf19dc2413f47 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Tue, 11 Oct 2011 15:21:04 -0400 Subject: [PATCH] Bug 7007: 490 series statements should appear when not traced Although the MARC21 standard requires libraries to set the first indicator to '0' when a 490 field is untraced, many libraries leave it blank. Previously, this resulted in a blank line with the label "Series:" but no actual series information. This patch fixes that by showing untraced series headings for 490s whenever the first indicator is not set to '1' Signed-off-by: Katrin Fischer Checked that series shows correctly when first indicator is 0, 1 or not set. Signed-off-by: Ian Walls Signed-off-by: Chris Cormack (cherry picked from commit fb3272febd08e2e570931f1a0eba4c3dbacc89b2) Signed-off-by: Chris Nighswonger --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 4af47bd141..aec13fdbdf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -166,7 +166,7 @@ - + diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 6fe80fc32d..d107d7b277 100755 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -224,7 +224,7 @@ - + -- 2.39.5