Merge branch 'issue72' into 'k-fet'

Fix Issue72

Fix #72  
+Fail de branche

See merge request !81
This commit is contained in:
Aurélien Delobelle 2016-09-22 21:20:18 +02:00
commit 0af2bff1f7

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>