Use client name consistently (title page and properties)

This commit is contained in:
Peter Mosmans
2017-01-30 15:00:31 +11:00
parent 5b524601ce
commit 36444aaa72

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>