From bb2ed71c3ea882e1f4e1ee7e2a25efa27e7a05c9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 1 Sep 2014 23:39:12 +0200 Subject: [PATCH] Bug 11517: Braille and combination swapped in XSLT result lists http://www.loc.gov/marc/bibliographic/bd007f.html - Catalog a record: * 007 - choose 'Tactile material' * Pos. 1 - choose b = Braille or C = combination * Reindex! * Verify the result list shows the format correctly. Signed-off-by: Bernardo Gonzalez Kriegel Problem exist, fixed with this patch. No koha-qa errors Signed-off-by: Brendan Gallagher --- .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl index ee70d86..605b70f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl @@ -240,10 +240,10 @@ wire recording - braille + combination - combination + braille moon diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index e5405b8..0596a02 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -347,10 +347,10 @@ wire recording - braille + combination - combination + braille moon -- 1.7.10.4