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:
parent
dce123700b
commit
d9a97d4802
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue