Merge pull request #17 from PeterMosmans/consistency

Use client name consistently (title page and properties)
This commit is contained in:
Patricia Piolon
2017-02-01 10:47:21 +01:00
committed by GitHub

View File

@@ -85,7 +85,7 @@
</fo:table-cell>
<fo:table-cell xsl:use-attribute-sets="td">
<fo:block>
<xsl:value-of select="permission_parties/client/full_name"/>
<xsl:value-of select="//client/full_name"/>
</fo:block>
</fo:table-cell>
</fo:table-row>