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="fee" select="/contract/meta/contractor/hourly_fee * 1"/>
|
||||||
<xsl:variable name="plannedHours" select="/contract/meta/work/planning/hours * 1"/>
|
<xsl:variable name="plannedHours" select="/contract/meta/work/planning/hours * 1"/>
|
||||||
<xsl:variable name="total_fee" select="$fee * $plannedHours"/>
|
<xsl:variable name="total_fee" select="$fee * $plannedHours"/>
|
||||||
|
<xsl:variable name="denomination" select="'X'"/>
|
||||||
<!-- end -->
|
<!-- end -->
|
||||||
|
|
||||||
<xsl:variable name="lang" select="/*/@xml:lang"/>
|
<xsl:variable name="lang" select="/*/@xml:lang"/>
|
||||||
|
|||||||
@ -80,7 +80,7 @@
|
|||||||
</fo:table-cell>
|
</fo:table-cell>
|
||||||
<fo:table-cell xsl:use-attribute-sets="td">
|
<fo:table-cell xsl:use-attribute-sets="td">
|
||||||
<fo:block>
|
<fo:block>
|
||||||
<xsl:value-of select="client/full_name"/>
|
<xsl:value-of select="permission_parties/client/full_name"/>
|
||||||
</fo:block>
|
</fo:block>
|
||||||
</fo:table-cell>
|
</fo:table-cell>
|
||||||
</fo:table-row>
|
</fo:table-row>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user