This commit is contained in:
James Cole
2025-05-22 06:41:17 +02:00
parent 01404bf9cd
commit 01800a3534
3 changed files with 32 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
{% endfor %}
<td style="text-align: right;">
{% for sum in report.sums[budget.budget_id] %}
{{ formatAmountBySymbol(sum.sum, sum.currency_symbol, sum.currency_decimal_places) }}
{{ formatAmountBySymbol(sum.sum, sum.currency_symbol, sum.currency_decimal_places) }}
<br/>
{% endfor %}
</td>