Fix affichage balance réelle gestion négatifs

This commit is contained in:
Aurélien Delobelle 2016-09-22 21:06:04 +02:00
parent 0b618fa045
commit 1553b9d9ff

View file

@ -59,7 +59,7 @@
<td>{{ neg.account.name }}</td>
<td class="text-right">{{ neg.account.balance|floatformat:2 }}€</td>
<td class="text-right">
{% if neg.account.balance_offset %}
{% if neg.balance_offset %}
{{ neg.account.real_balance|floatformat:2 }}€
{% endif %}
</td>