Bugzilla – Attachment 32988 Details for
Bug 11517
MARC21slim2intranetResults.xsl has swapped braille and combination
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11517: Braille and combination swapped in XSLT result lists
Bug-11517-Braille-and-combination-swapped-in-XSLT-.patch (text/plain), 2.63 KB, created by
Brendan Gallagher
on 2014-10-30 16:47:25 UTC
(
hide
)
Description:
Bug 11517: Braille and combination swapped in XSLT result lists
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2014-10-30 16:47:25 UTC
Size:
2.63 KB
patch
obsolete
>From bb2ed71c3ea882e1f4e1ee7e2a25efa27e7a05c9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >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 <bgkriegel@gmail.com> > >Problem exist, fixed with this patch. >No koha-qa errors > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > .../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 > </xsl:if> > <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='c']"> >- braille >+ combination > </xsl:if> > <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='b']"> >- combination >+ braille > </xsl:if> > <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='a']"> > 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 > </xsl:if> > <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='c']"> >- braille >+ combination > </xsl:if> > <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='b']"> >- combination >+ braille > </xsl:if> > <xsl:if test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='a']"> > moon >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11517
:
31313
|
32868
| 32988