From 2f9d73c0b3fefedafd9df61ad62e454182a59e82 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 22 May 2025 06:10:54 +0200 Subject: [PATCH] Fix #10305 --- resources/views/reports/partials/balance.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/reports/partials/balance.twig b/resources/views/reports/partials/balance.twig index 5c44dac93b..a2b4c93f47 100644 --- a/resources/views/reports/partials/balance.twig +++ b/resources/views/reports/partials/balance.twig @@ -38,7 +38,7 @@ {% endfor %} {% 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) }}
{% endfor %}