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> </td>
{% endfor %} {% endfor %}
<td> <td>
{% if balanceLine.leftOfRepetition != 0 %}
{{ balanceLine.leftOfRepetition|formatAmount }} {{ balanceLine.leftOfRepetition|formatAmount }}
{% endif %}
</td> </td>
<td> <td>
{% if balanceLine.sumOfLeft != 0 %}
{{ balanceLine.sumOfLeft|formatAmount }} {{ balanceLine.sumOfLeft|formatAmount }}
{% endif %}
</td> </td>
</tr> </tr>
{% endfor %} {% endfor %}