Fix balance display.

This commit is contained in:
James Cole 2015-07-10 20:59:20 +02:00
parent aa5e313b92
commit bd0050fec2

View File

@ -33,7 +33,7 @@
</td>
{% endif %}
<td>{{ account.iban }}</td>
<td data-value="{{ account.startBalance }}">{{ account.startBalance|formatAmount }}</td>
<td data-value="{{ account.endBalance }}">{{ account.endBalance|formatAmount }}</td>
<td class="hidden-sm hidden-xs" data-value="{{ account.active }}">
{% if account.active %}
<i class="fa fa-fw fa-check"></i>