Commit 535ee6dd authored by Jérome Perrin's avatar Jérome Perrin

prevent '''SearchKey "range" and "operator" are mutualy exclusive, ignoring operator''' warning


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27276 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b825f7d
......@@ -512,7 +512,7 @@ class SimulationTool(BaseTool):
column_value_dict = DictMixIn()
if omit_mirror_date:
date_dict = {'query':[], 'operator':'and'}
date_dict = {'query':[], }
if from_date :
date_dict['query'].append(from_date)
date_dict['range'] = 'min'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment