Small bug fix in display of income vs. expenses [skip ci]

This commit is contained in:
James Cole 2015-05-18 06:55:36 +02:00
parent d880ccb8e0
commit adb1356b7a

View File

@ -10,7 +10,7 @@
</tr>
<tr>
<td>{{ 'out'|_ }}</td>
<td><span class="text-danger">{{ expenses.getTotal|formatAmountPlain }}</span></td>
<td><span class="text-danger">{{ (expenses.getTotal * -1)|formatAmountPlain }}</span></td>
</tr>
<tr>
<td>{{ 'difference'|_ }}</td>