From bd0050fec2c429eb34db9387f13f4f2ce0aae23d Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 10 Jul 2015 20:59:20 +0200 Subject: [PATCH] Fix balance display. --- resources/twig/list/accounts.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/twig/list/accounts.twig b/resources/twig/list/accounts.twig index 1cf3fd6bd7..09c03fe180 100644 --- a/resources/twig/list/accounts.twig +++ b/resources/twig/list/accounts.twig @@ -33,7 +33,7 @@ {% endif %} {{ account.iban }} - {{ account.startBalance|formatAmount }} + {{ account.endBalance|formatAmount }} {% if account.active %}