Experimental budget lines. #129

This commit is contained in:
James Cole
2015-12-12 08:25:08 +01:00
parent 2408fb3ed4
commit 2a7085e593
2 changed files with 2 additions and 2 deletions

View File

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