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

This commit is contained in:
James Cole 2015-05-18 06:54:46 +02:00
parent 050fb1d1ef
commit d880ccb8e0

View File

@ -14,7 +14,7 @@
</tr>
<tr>
<td>{{ 'difference'|_ }}</td>
<td>{{ (incomes.getTotal - expenses.getTotal)|formatAmount }}</td>
<td>{{ (incomes.getTotal + expenses.getTotal)|formatAmount }}</td>
</tr>
</table>
</div>