From 216c6593359ed598b0b589f747b8c14b97644fb6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 12 Dec 2015 08:07:25 +0100 Subject: [PATCH] Spent amount / withdrawals are negative, #129. --- resources/twig/budgets/index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/twig/budgets/index.twig b/resources/twig/budgets/index.twig index 1cfc78fcf4..c6c50889b9 100644 --- a/resources/twig/budgets/index.twig +++ b/resources/twig/budgets/index.twig @@ -43,7 +43,7 @@
- {{ 'spent'|_ }}: {{ (spent*-1)|formatAmountPlain }} + {{ 'spent'|_ }}: {{ spent|formatAmount }}