From 683bc835df585f39d881ca8eb6fc62ad5f423c31 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 4 Jul 2016 12:53:56 +0200 Subject: [PATCH] [bug] statistics: sum of stats does not work --- app/assets/javascripts/controllers/admin/statistics.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/controllers/admin/statistics.coffee b/app/assets/javascripts/controllers/admin/statistics.coffee index 454b9961f..f1d545ac3 100644 --- a/app/assets/javascripts/controllers/admin/statistics.coffee +++ b/app/assets/javascripts/controllers/admin/statistics.coffee @@ -429,7 +429,7 @@ Application.Controllers.controller "StatisticsController", ["$scope", "$state", "field": "age" "total_stat": "sum": - "field": "sta" + "field": "stat" } q