Skip to content
Snippets Groups Projects
Commit d94a7ca4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2966 OZG-3171 handle empty attachments

parent 19fcc381
Branches
Tags
No related merge requests found
......@@ -121,11 +121,13 @@
<fo:table-cell padding="3px" border-color="#ccc" border-width="1px" border-style="solid">
<fo:block>Anhänge</fo:block>
</fo:table-cell>
<xsl:if test="attachments/attachment">
<fo:table-cell padding="3px" border-color="#ccc" border-width="1px" border-style="solid">
<xsl:for-each select="attachments/attachment">
<fo:block><xsl:value-of select="."/></fo:block>
</xsl:for-each>
</fo:table-cell>
</xsl:if>
</fo:table-row>
</fo:table-body>
</fo:table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment