Skip to content

Commit

Permalink
#138 fixes
Browse files Browse the repository at this point in the history
yegor256 committed Sep 26, 2024
1 parent 6e036f2 commit 8c0aefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsl/awards.xsl
Original file line number Diff line number Diff line change
@@ -288,9 +288,9 @@ SOFTWARE.
</td>
<xsl:for-each select="1 to $weeks">
<xsl:variable name="week" select="."/>
<xsl:copy-of select="z:td-award(sum($facts[z:in-week(when, $week)]/award))"/>
<xsl:copy-of select="z:td-award(xs:integer(sum($facts[z:in-week(when, $week)]/award)))"/>
</xsl:for-each>
<xsl:copy-of select="z:td-award(sum($facts/award))"/>
<xsl:copy-of select="z:td-award(xs:integer(sum($facts/award)))"/>
<xsl:if test="$fb/f[what='reconciliation']">
<td class="right ff">
<!-- Pay -->

0 comments on commit 8c0aefe

Please sign in to comment.