[Erp5-report] r13903 - /erp5/trunk/products/ERP5/Tool/SimulationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 3 16:59:27 CEST 2007


Author: vincent
Date: Tue Apr  3 16:59:26 2007
New Revision: 13903

URL: http://svn.erp5.org?rev=13903&view=rev
Log:
Do not pass at_date to ZSQLQuery, because it passes an unformated date to the catalog, while the date is already handled by _generateSQLKeywordDict.

Modified:
    erp5/trunk/products/ERP5/Tool/SimulationTool.py

Modified: erp5/trunk/products/ERP5/Tool/SimulationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/SimulationTool.py?rev=13903&r1=13902&r2=13903&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/SimulationTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/SimulationTool.py Tue Apr  3 16:59:26 2007
@@ -1059,7 +1059,6 @@
 
       """
       new_kw = self._generateSQLKeywordDict(table='item',strict_simulation_state=strict_simulation_state,**kw)
-      new_kw['at_date'] = kw.get('at_date')
 
       # Extra parameters for the SQL Method
       new_kw['join_on_item'] = new_kw.get('at_date') or \




More information about the Erp5-report mailing list