Fix display of amount.

This commit is contained in:
James Cole 2015-12-11 18:36:19 +01:00
parent 5aff0c4943
commit cba5e226d8

View File

@ -32,7 +32,7 @@
{% endif %} {% endif %}
<tr> <tr>
<td><em>{{ 'sum'|_ }}</em></td> <td><em>{{ 'sum'|_ }}</em></td>
<td>{{ (expenses.getTotal)|formatAmountPlain }}</td> <td>{{ (expenses.getTotal)|formatAmount }}</td>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>