Fixed "under" column

This commit is contained in:
James Cole 2015-12-02 09:03:34 +01:00
parent 04f71b3b43
commit bd4a8c8397

View File

@ -39,7 +39,7 @@
{% endif %}
<td data-value="{{ (line.getMax - line.getAmount) }}">
{% if line.isActive %}
{{ (line.getMax - line.getAmount)|formatAmount }}
{{ (line.getMax + line.getAmount)|formatAmount }}
{% endif %}
</td>