diff --git a/product/ERP5/Tool/SimulationTool.py b/product/ERP5/Tool/SimulationTool.py index 697be578db98e6eae130f43612b5c110a313e549..1febc3a7c3b0920c860c0c6c9d0a20c1f76e92c7 100644 --- a/product/ERP5/Tool/SimulationTool.py +++ b/product/ERP5/Tool/SimulationTool.py @@ -1048,7 +1048,7 @@ class SimulationTool(BaseTool): # 'Use explicitly Universal' otherwise DateTime # search key will convert it to UTC one more time Query(**{'%s.date' % (GREATER_THAN_DATE_TABLE_ID, ): \ - '>%s Universal' % (date.ISO(), )}), + {'query': '%s Universal' % (date.ISO(), ), 'range': 'nlt'}}), operator='AND')) assert len(equal_date_query_list) == \ len(greater_than_date_query_list)