mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-02 05:29:12 -06:00
Also show "zero" amounts.
This commit is contained in:
parent
65ddd8a736
commit
a8a28f442f
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user