Fix wrong sums

This commit is contained in:
Raphael Michel
2016-11-28 19:36:28 +01:00
parent 444678ce6b
commit 8b00361d1b
2 changed files with 2 additions and 2 deletions

View File

@@ -99,8 +99,8 @@
<th>{{ total.num_canceled|togglesum }}</th>
<th>{{ total.num_refunded|togglesum }}</th>
<th>{{ total.num_expired|togglesum }}</th>
<th>{{ total.num_paid|togglesum }}</th>
<th>{{ total.num_pending|togglesum }}</th>
<th>{{ total.num_paid|togglesum }}</th>
<th>{{ total.num_total|togglesum }}</th>
</tr>
</tfoot>