PCHA#41739 uitvoertijd format aangepast zodat 0.5 niet als .5 wordt geprint (maar als 0.5)

svn path=/Website/branches/v2017.1/; revision=35055
This commit is contained in:
2017-08-23 09:47:55 +00:00
parent 27ee3a32c0
commit 56b81bfc74

View File

@@ -1552,7 +1552,7 @@ END:VCALENDAR
<b><xsl:value-of select="//lcl/MLD/uitvoertijd"/>:</b>
</td>
<td width="34%">
<xsl:value-of select="uitvoertijd"/>&#160;<xsl:value-of select="//lcl/MLD/uren"/>
<xsl:value-of select="format-number(uitvoertijd, '0.##')"/>&#160;<xsl:value-of select="//lcl/MLD/uren"/>
</td>
</xsl:when>
<xsl:otherwise>