diff --git a/resources/twig/partials/reports/budgets.twig b/resources/twig/partials/reports/budgets.twig index 8aa53fff0d..a1ba288f03 100644 --- a/resources/twig/partials/reports/budgets.twig +++ b/resources/twig/partials/reports/budgets.twig @@ -65,7 +65,7 @@ {% if budgets.getSpent != 0 %} {{ budgets.getSpent|formatAmountPlain }} {% endif %} - {% if budgets.getSpent === 0 %} + {% if budgets.getSpent == 0 %} {{ budgets.getSpent|formatAmount }} {% endif %}