mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix display of amount.
This commit is contained in:
parent
5aff0c4943
commit
cba5e226d8
@ -32,7 +32,7 @@
|
||||
{% endif %}
|
||||
<tr>
|
||||
<td><em>{{ 'sum'|_ }}</em></td>
|
||||
<td>{{ (expenses.getTotal)|formatAmountPlain }}</td>
|
||||
<td>{{ (expenses.getTotal)|formatAmount }}</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user