Skip to content

Commit

Permalink
#138 to int
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 26, 2024
1 parent 8c0aefe commit 5096179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/awards.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ SOFTWARE.
</xsl:if>
</xsl:for-each>
<td class="right ff">
<xsl:variable name="accumulated" select="sum($facts[who_name=$name and xs:dateTime(when) &gt; xs:dateTime($rec/since)]/award)"/>
<xsl:variable name="accumulated" select="xs:integer(sum($facts[who_name=$name and xs:dateTime(when) &gt; xs:dateTime($rec/since)]/award))"/>
<xsl:variable name="delta" select="$accumulated - xs:integer($rec/awarded)"/>
<xsl:variable name="payable" select="$accumulated - xs:integer($rec/awarded) + xs:integer($rec/balance)"/>
<xsl:attribute name="title">
Expand Down

0 comments on commit 5096179

Please sign in to comment.