Bug 12966: Add edition field to Card view

To test:
1 - Search Z3950 to add a record
2 - Find a record with an edition statement
3 - It shows in the table of results
4 - Check the card view
5 - No edition
6 - Apply patch
7 - Repeat
8 - Edition shows in card view

Signed-off-by: Marjorie <marjorie.barry-vila@collecto.ca>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Nick Clemens 2021-01-29 12:39:21 +00:00 committed by Jonathan Druart
parent dce123700b
commit d9a97d4802

View file

@ -44,6 +44,9 @@
<xsl:if test="starts-with(@tag, '24') and not(/marc:record/marc:datafield[@tag='100'])">
<span class="titlemain"><xsl:value-of select="."/></span><br/>
</xsl:if>
<xsl:if test="@tag='250'">
<xsl:value-of select="."/>
</xsl:if>
<xsl:if test="@tag='260'">
<xsl:value-of select="."/>
</xsl:if>