One 'equals' sign too many!

This commit is contained in:
James Cole 2015-12-02 08:37:35 +01:00
parent 8bb27de233
commit 65ddd8a736

View File

@ -65,7 +65,7 @@
{% if budgets.getSpent != 0 %}
<span class="text-danger">{{ budgets.getSpent|formatAmountPlain }}</span>
{% endif %}
{% if budgets.getSpent === 0 %}
{% if budgets.getSpent == 0 %}
{{ budgets.getSpent|formatAmount }}
{% endif %}
</td>