Bug 4854: Show same subfields for 245 and 880$6245
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
573ac9488f
commit
5e397af14f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue