Bugzilla – Attachment 92478 Details for
Bug 23506
Sound material type displays wrong icon in OPAC/Staff details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23506: Sound material type displays wrong icon in OPAC details
Bug-23506-Sound-material-type-displays-wrong-icon-.patch (text/plain), 1.15 KB, created by
Lucas Gass (lukeg)
on 2019-08-26 23:25:23 UTC
(
hide
)
Description:
Bug 23506: Sound material type displays wrong icon in OPAC details
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-08-26 23:25:23 UTC
Size:
1.15 KB
patch
obsolete
>From 0ac404574bf06442467b2f8da8ac225d425fe236 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 26 Aug 2019 23:23:45 +0000 >Subject: [PATCH] Bug 23506: Sound material type displays wrong icon in OPAC > details > >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 391c9cda8c..b7dd3a1a01 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -66,7 +66,7 @@ > <xsl:when test="$leader6='g'">VM</xsl:when> > <xsl:when test="$leader6='k'">PK</xsl:when> > <xsl:when test="$leader6='r'">OB</xsl:when> >- <xsl:when test="$leader6='i'">SO</xsl:when> >+ <xsl:when test="$leader6='i'">MU</xsl:when> > <xsl:when test="$leader6='j'">MU</xsl:when> > <xsl:when test="$leader6='c' or $leader6='d'">PR</xsl:when> > </xsl:choose> >-- >2.11.0
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 23506
:
92478
|
93162
|
94840
|
94973