[Erp5-report] r16258 - /erp5/trunk/products/ERP5/Document/Event.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 11 13:51:23 CEST 2007


Author: romain
Date: Tue Sep 11 13:51:23 2007
New Revision: 16258

URL: http://svn.erp5.org?rev=16258&view=rev
Log:
getQuantity should return a float.

Modified:
    erp5/trunk/products/ERP5/Document/Event.py

Modified: erp5/trunk/products/ERP5/Document/Event.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Event.py?rev=16258&r1=16257&r2=16258&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Event.py (original)
+++ erp5/trunk/products/ERP5/Document/Event.py Tue Sep 11 13:51:23 2007
@@ -90,5 +90,5 @@
       """
         Quantity is set automatically on Events.
       """
-      return 1 # Provide opportunity to script this
-
+      # Provide opportunity to script this
+      return 1.




More information about the Erp5-report mailing list