From ac0280d460196800351b7d275373a8af7aee47c6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 3 Oct 2015 22:23:42 +0200 Subject: [PATCH] Fixed some amounts. --- resources/twig/budgets/index.twig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/resources/twig/budgets/index.twig b/resources/twig/budgets/index.twig index cc2134abe1..1cfc78fcf4 100644 --- a/resources/twig/budgets/index.twig +++ b/resources/twig/budgets/index.twig @@ -24,8 +24,7 @@
{{ trans('firefly.availableIn',{date : period }) }}: - {{ budgetIncomeTotal|formatAmount }} + {{ budgetIncomeTotal|formatAmount }}
@@ -44,7 +43,7 @@
- {{ 'spent'|_ }}: {{ spent|formatAmount }} + {{ 'spent'|_ }}: {{ (spent*-1)|formatAmountPlain }}
@@ -77,7 +76,7 @@ @@ -145,7 +144,7 @@ {{ 'spent'|_ }} - {{ budget.spent|formatAmount }} + {{ (budget.spent*-1)|formatAmountPlain }}
@@ -180,7 +179,7 @@ {% block scripts %}