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:
@@ -1552,7 +1552,7 @@ END:VCALENDAR
|
|||||||
<b><xsl:value-of select="//lcl/MLD/uitvoertijd"/>:</b>
|
<b><xsl:value-of select="//lcl/MLD/uitvoertijd"/>:</b>
|
||||||
</td>
|
</td>
|
||||||
<td width="34%">
|
<td width="34%">
|
||||||
<xsl:value-of select="uitvoertijd"/> <xsl:value-of select="//lcl/MLD/uren"/>
|
<xsl:value-of select="format-number(uitvoertijd, '0.##')"/> <xsl:value-of select="//lcl/MLD/uren"/>
|
||||||
</td>
|
</td>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
|
|||||||
Reference in New Issue
Block a user