Bugzilla – Attachment 2224 Details for
Bug 4854
Show same subfields for 245 and 880$6245 in OPAC's XSLT result list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-4854-Show-same-subfields-for-245-and-880-6245.patch (text/plain), 1.13 KB, created by
Katrin Fischer
on 2010-06-07 15:27:36 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2010-06-07 15:27:36 UTC
Size:
1.13 KB
patch
obsolete
>From 148b5ecd73d230a17d5921b7aedc31c0de7cee75 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 7 Jun 2010 19:14:11 +0200 >Subject: [PATCH] Bug 4854: Show same subfields for 245 and 880$6245 >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >index 62a9f46..47045b9 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl >@@ -386,7 +386,7 @@ > <xsl:if test="$display880"> > <xsl:call-template name="m880Select"> > <xsl:with-param name="basetags">245</xsl:with-param> >- <xsl:with-param name="codes">abh</xsl:with-param> >+ <xsl:with-param name="codes">abhfgknps</xsl:with-param> > <xsl:with-param name="bibno"><xsl:value-of select="$biblionumber"/></xsl:with-param> > </xsl:call-template> > </xsl:if> >-- >1.6.3.3 >
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 4854
: 2224