From 13766be8cba4886fc0bd97a68d3edb5d801c1bb1 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 14 Jun 2017 22:13:25 +0200 Subject: [PATCH] Fix object field name. --- src/operations/operations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/operations.html b/src/operations/operations.html index 3aeabc1..57d047c 100644 --- a/src/operations/operations.html +++ b/src/operations/operations.html @@ -56,7 +56,7 @@ - {{ operation.sold | currency:"€" }} + {{ operation.balance | currency:"€" }}