Bug 4854: Show same subfields for 245 and 880$6245
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Fri, 2 Jul 2010 13:59:05 +0000 (15:59 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 2 Jul 2010 15:17:20 +0000 (11:17 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl

index 62a9f46..47045b9 100644 (file)
         <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>