[Erp5-report] r31223 kazuhiko - /erp5/trunk/products/ERP5/PropertySheet/Simulation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 10 15:38:31 CET 2009


Author: kazuhiko
Date: Thu Dec 10 15:38:29 2009
New Revision: 31223

URL: http://svn.erp5.org?rev=31223&view=rev
Log:
the default of delivery_error should be 0.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Simulation.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Simulation.py?rev=31223&r1=31222&r2=31223&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Simulation.py [utf8] Thu Dec 10 15:38:29 2009
@@ -71,6 +71,7 @@
             'mode'        : 'w' },
         {   'id'          : 'delivery_error',
             'description' : 'correction to make the match between delivery quantity and simulation quantity consistent',
+            'default'     : 0.,
             'type'        : 'float',
             'mode'        : 'w' },
   )




More information about the Erp5-report mailing list