Fix Issue72 #385

Merged
delobell merged 1 commit from issue72 into k-fet 2016-09-22 21:20:22 +02:00

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>