bzr revid: fp@tinyerp.com-20081120163428-5ey7sgcp6zzfvf43
This commit is contained in:
Fabien Pinckaers 2008-11-20 17:34:28 +01:00
parent 1dbaf1afed
commit 1823c50af3
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
<xsl:attribute name="style">esclave</xsl:attribute>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="format-number(//employee[@id=$id]/time-element[@date=$today], '##.##')" />
<xsl:value-of select="format-number(sum(//employee[@id=$id]/time-element[@date=$today]), '##.##')" />
</para>
</td>
</xsl:for-each>
@ -121,4 +121,4 @@
</tr>
</blockTable>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>