From 3e65733dc51ce84debfc175c2e228292ce738ac6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 15 May 2015 22:12:31 +0200 Subject: [PATCH] Small fix in report view [skip ci] --- resources/twig/reports/year.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/twig/reports/year.twig b/resources/twig/reports/year.twig index edf4514bfd..d793d1e069 100644 --- a/resources/twig/reports/year.twig +++ b/resources/twig/reports/year.twig @@ -126,7 +126,7 @@ {% endfor %} {{ 'sum'|_ }} - {{ sum|formatAmount }} + {{ (sum * -1)|formatAmountPlain }}