Skip to content

Commit

Permalink
Merge pull request #22753 from dimagi/rn_fix_agg_level_ls
Browse files Browse the repository at this point in the history
set the Aggregation level to 4
  • Loading branch information
calellowitz committed Dec 17, 2018
2 parents 620a68d + e5687f3 commit 47c3aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom/icds_reports/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def get(self, request, *args, **kwargs):
}

config.update(get_location_filter(location, domain))
config['aggregation_level'] = 4

data = get_lady_supervisor_data(
domain, config, include_test
Expand Down

0 comments on commit 47c3aca

Please sign in to comment.