This should fix #482

This commit is contained in:
James Cole
2016-12-20 17:10:30 +01:00
parent 304cdabc96
commit 8aa2961c19
2 changed files with 4 additions and 3 deletions

View File

@@ -50,8 +50,8 @@
<em>{{ 'never'|_ }}</em>
</td>
{% endif %}
<td class="hidden-sm hidden-xs" data-value="{{ account.endBalance - account.startBalance }}">
{{ (account.endBalance - account.startBalance)|formatAmount }}
<td class="hidden-sm hidden-xs" data-value="{{ account.difference }}">
{{ (account.difference)|formatAmount }}
</td>
</tr>