Spent amount / withdrawals are negative, #129.

This commit is contained in:
James Cole 2015-12-12 08:07:25 +01:00
parent 041ca8a5d3
commit 216c659335

View File

@ -43,7 +43,7 @@
</div>
<div class="row">
<div class="col-lg-6 col-md-4 col-sm-3">
<small>{{ 'spent'|_ }}: <span class="text-danger">{{ (spent*-1)|formatAmountPlain }}</span></small>
<small>{{ 'spent'|_ }}: {{ spent|formatAmount }}</small>
</div>
</div>
<div class="row">