Merge pull request #10330 from firefly-iii/fix-10305

Fix #10305
This commit is contained in:
James Cole
2025-05-22 06:11:22 +02:00
committed by GitHub

View File

@@ -38,7 +38,7 @@
{% endfor %} {% endfor %}
<td style="text-align: right;"> <td style="text-align: right;">
{% for sum in report.sums[budget.budget_id] %} {% 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/> <br/>
{% endfor %} {% endfor %}
</td> </td>