From 58ada0e6aae1c27e0eaec5f11c475903c1a8f6eb Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Fri, 19 Dec 2008 11:00:32 +0000 Subject: [PATCH] Revert commit r24945: for strange reasons, it breaks. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24946 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Tool/SimulationTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Tool/SimulationTool.py b/product/ERP5/Tool/SimulationTool.py index 1febc3a7c3..697be578db 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, ): \ - {'query': '%s Universal' % (date.ISO(), ), 'range': 'nlt'}}), + '>%s Universal' % (date.ISO(), )}), operator='AND')) assert len(equal_date_query_list) == \ len(greater_than_date_query_list) -- 2.30.9