Small formatting fixes in reports.

This commit is contained in:
James Cole 2015-12-02 08:33:22 +01:00
parent 7b8c86e1e3
commit 1966d87ce6

View File

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