Client shows up again in doc info
This commit is contained in:
parent
d37761b9b1
commit
2f6e7f070a
@ -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"/>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user