mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fixed "under" column
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user