Use client name consistently (title page and properties)

This commit is contained in:
Peter Mosmans
2017-01-30 15:00:31 +11:00
parent fd1bea6d77
commit 040f1b454a

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>