fixed estimate indicator for total amount

This commit is contained in:
skyanth
2019-06-24 11:08:05 +02:00
parent 35038a1465
commit 9a84706720
+1 -1
View File
@@ -470,7 +470,7 @@
<fo:table-cell number-columns-spanned="4" xsl:use-attribute-sets="td">
<fo:block xsl:use-attribute-sets="totalcell">
<xsl:text>Total</xsl:text>
<xsl:if test="$serviceNodeSet/entry/@estimate">
<xsl:if test="$serviceNodeSet/entry/@estimate = true()">
(estimate)</xsl:if>
<xsl:text>:</xsl:text>
<fo:leader leader-pattern="space"/>