From d5faa7f114f14ea225912edb852406fb675f71a5 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 27 Feb 2009 15:39:43 -0600 Subject: [PATCH] bug 2992: don't display MARC codes in search results Two fields (type of continuing resource and literary form for sound recordings) in the MARC21 XSLT search results stylesheet display the code from the 008 position (/21 and /31, respectively) in addition to a descriptive label. As a MARC code is meaningless to patrons, this patch removes the code. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index f217f690a6..f027546d0b 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -486,7 +486,7 @@ - ; Type of continuing resource: + ; Type of continuing resource: @@ -657,7 +657,7 @@ - ; Literary form: + ; Literary form: biography -- 2.39.5