mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-12 00:15:50 -06:00
Fixed "under" column
This commit is contained in:
parent
04f71b3b43
commit
bd4a8c8397
@ -39,7 +39,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<td data-value="{{ (line.getMax - line.getAmount) }}">
|
<td data-value="{{ (line.getMax - line.getAmount) }}">
|
||||||
{% if line.isActive %}
|
{% if line.isActive %}
|
||||||
{{ (line.getMax - line.getAmount)|formatAmount }}
|
{{ (line.getMax + line.getAmount)|formatAmount }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user