This commit is contained in:
James Cole
2025-05-22 06:10:54 +02:00
parent 670c2e4872
commit 2f9d73c0b3

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) }} <span class="fa fa-fw fa-info-circle text-muted"></span>
{{ formatAmountBySymbol(sum.sum, sum.currency_symbol, sum.currency_decimal_places) }}
<br/>
{% endfor %}
</td>