From 531bb0214aeecc4e8cfa14739e0e509a56ab8e5d 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. --- 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 4cb2421d97..111394ad4e 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -483,7 +483,7 @@ - ; Type of continuing resource: + ; Type of continuing resource: @@ -654,7 +654,7 @@ - ; Literary form: + ; Literary form: biography -- 2.39.5