mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Also show "zero" amounts.
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user