KFNS#38373 -- Kostenmatrix in FACILITOR
svn path=/Website/branches/v2016.3/; revision=32405
This commit is contained in:
@@ -3339,11 +3339,20 @@ Wij verzoeken u de met de uitvoeringsdatum en de werkzaamheden gespecificeerde f
|
||||
<xsl:value-of select="ALG_GEBOUW_CODE"/>
|
||||
</td>
|
||||
<xsl:for-each select="msxml:node-set($sorted)/data_row[ALG_GEBOUW_CODE=$gebouw]">
|
||||
<td style="text-align: right">
|
||||
<xsl:if test="format-number(BEDRAG, '###.###.##0,00', 'european') != 'NaN'">
|
||||
<xsl:value-of select="format-number(BEDRAG, '###.###.##0,00', 'european')"/>
|
||||
</xsl:if>
|
||||
</td>
|
||||
<xsl:choose>
|
||||
<xsl:when test="PRS_KOSTENSOORT_OMS = 'Omschrijving'">
|
||||
<td style="text-align: left">
|
||||
<xsl:value-of select="ALG_GEBOUW_OMSCHRIJVING"/>
|
||||
</td>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<td style="text-align: right">
|
||||
<xsl:if test="format-number(BEDRAG, '###.###.##0,00', 'european') != 'NaN'">
|
||||
<xsl:value-of select="format-number(BEDRAG, '###.###.##0,00', 'european')"/>
|
||||
</xsl:if>
|
||||
</td>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:for-each>
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
|
||||
Reference in New Issue
Block a user