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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 28 14:33:00 CEST 2007


Author: vincent
Date: Tue Aug 28 14:33:00 2007
New Revision: 15867

URL: http://svn.erp5.org?rev=15867&view=rev
Log:
Move comment before command.

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=15867&r1=15866&r2=15867&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/SimulationTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/SimulationTool.py Tue Aug 28 14:33:00 2007
@@ -868,8 +868,8 @@
         the kind of inventory statistics we want to display (ex. sum,
         average, cost, etc.)
       """
+      # If no group at all, give a default sort group by
       kw = self._getDefaultGroupByParameters(**kw)
-      # If no group at all, give a default sort group by
       sql_kw = self._generateSQLKeywordDict(**kw)
       return self.Resource_zGetInventoryList(
                     src__=src__, ignore_variation=ignore_variation,




More information about the Erp5-report mailing list