From 65ddd8a736a5ac7d2edcc1dd392f9bf4edbb757f Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 2 Dec 2015 08:37:35 +0100 Subject: [PATCH] One 'equals' sign too many! --- resources/twig/partials/reports/budgets.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}