From 55207c194eb8250de27a5240c7bbd79dce1edb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 28 Apr 2016 22:13:09 +0200 Subject: [PATCH] [WIP] mis_builder: disable the WIP auto-detail feature --- mis_builder/models/mis_builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mis_builder/models/mis_builder.py b/mis_builder/models/mis_builder.py index 45ac6724..121014e2 100644 --- a/mis_builder/models/mis_builder.py +++ b/mis_builder/models/mis_builder.py @@ -618,6 +618,7 @@ class MisReport(models.Model): # the same as the kpi, just filtered on one account; # I'd say if we have an exception in this part, it's bug... # TODO FIXME: do this only if requested for this KPI + continue for account_id in aep.get_accounts_in_expr(kpi.expression): account_id_vals = [] for expression in kpi.expression_ids: