Experimental budget lines. #129

This commit is contained in:
James Cole
2015-12-12 08:21:46 +01:00
parent e59fd098a3
commit 8316afb176
2 changed files with 7 additions and 8 deletions

View File

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