Bug 4854: Show same subfields for 245 and 880$6245

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Katrin Fischer 2010-07-02 15:59:05 +02:00 committed by Galen Charlton
parent 573ac9488f
commit 5e397af14f

View file

@ -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>