diff --git a/resources/views/reports/partials/balance.twig b/resources/views/reports/partials/balance.twig
index c2c6e1a323..77c795d351 100644
--- a/resources/views/reports/partials/balance.twig
+++ b/resources/views/reports/partials/balance.twig
@@ -29,8 +29,8 @@
{% endif %}
- {% if(balanceLine.getBudget.amount) %}
- {{ balanceLine.getBudget.amount|formatAmount }}
+ {% if(balanceLine.getBudgetLimit.amount) %}
+ {{ balanceLine.getBudgetLimit.amount|formatAmount }}
{% else %}
{{ '0'|formatAmount }}
{% endif %}
@@ -46,7 +46,6 @@
-
{% endif %}
{% if balanceEntry.getLeft != 0 %}
{{ (balanceEntry.getLeft)|formatAmountPlain }}
|