Client shows up again in doc info

This commit is contained in:
skyanth 2016-10-04 17:55:48 +02:00
parent d37761b9b1
commit 2f6e7f070a
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@
<xsl:variable name="fee" select="/contract/meta/contractor/hourly_fee * 1"/>
<xsl:variable name="plannedHours" select="/contract/meta/work/planning/hours * 1"/>
<xsl:variable name="total_fee" select="$fee * $plannedHours"/>
<xsl:variable name="denomination" select="'X'"/>
<!-- end -->
<xsl:variable name="lang" select="/*/@xml:lang"/>

View File

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