diff --git a/resources/twig/reports/year.twig b/resources/twig/reports/year.twig
index d59c747791..6ad2fa042c 100644
--- a/resources/twig/reports/year.twig
+++ b/resources/twig/reports/year.twig
@@ -101,7 +101,7 @@
Out |
- {{ (expenseSum*-1)|formatAmount }} |
+ {{ expenseSum|formatAmountPlain }} |
Difference |
@@ -143,7 +143,7 @@
{% for expense in groupedExpenses %}
{{ expense.name }} |
- {{ (expense.queryAmount*-1)|formatAmount }} |
+ {{ expense.queryAmount|formatAmountPlain }} |
{% set sum = sum + (expense.queryAmount * -1) %}
{% endfor %}