Update report.py
This commit is contained in:
parent
2b85e18ffb
commit
b60ab4eb41
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ class Report(Document):
|
|||
_filters = params.get('filters') or []
|
||||
|
||||
if filters:
|
||||
print filters
|
||||
for key, value in filters.iteritems():
|
||||
condition, _value = '=', value
|
||||
if isinstance(value, (list, tuple)):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue