Also show "zero" amounts.

This commit is contained in:
James Cole 2015-12-02 08:38:57 +01:00
parent 65ddd8a736
commit a8a28f442f

View File

@ -43,14 +43,10 @@
</td>
{% endfor %}
<td>
{% if balanceLine.leftOfRepetition != 0 %}
{{ balanceLine.leftOfRepetition|formatAmount }}
{% endif %}
{{ balanceLine.leftOfRepetition|formatAmount }}
</td>
<td>
{% if balanceLine.sumOfLeft != 0 %}
{{ balanceLine.sumOfLeft|formatAmount }}
{% endif %}
{{ balanceLine.sumOfLeft|formatAmount }}
</td>
</tr>
{% endfor %}