diff --git a/resources/twig/partials/reports/categories.twig b/resources/twig/partials/reports/categories.twig index 66b7491081..88aee1a0b9 100644 --- a/resources/twig/partials/reports/categories.twig +++ b/resources/twig/partials/reports/categories.twig @@ -16,14 +16,14 @@ {{ cat.name }} - {{ (cat.spent)|formatAmountPlain }} + {{ (cat.spent * -1)|formatAmountPlain }} {% endfor %} {{ 'sum'|_ }} - {{ categories.getTotal|formatAmountPlain }} + {{ (categories.getTotal * -1)|formatAmountPlain }}