[Erp5-report] r15698 - /erp5/trunk/products/ERP5Type/DateUtils.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 16 12:49:55 CEST 2007


Author: nicolas
Date: Thu Aug 16 12:49:55 2007
New Revision: 15698

URL: http://svn.erp5.org?rev=15698&view=rev
Log:
use float type

Modified:
    erp5/trunk/products/ERP5Type/DateUtils.py

Modified: erp5/trunk/products/ERP5Type/DateUtils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/DateUtils.py?rev=15698&r1=15697&r2=15698&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/DateUtils.py (original)
+++ erp5/trunk/products/ERP5Type/DateUtils.py Thu Aug 16 12:49:55 2007
@@ -53,7 +53,7 @@
 same_movement_interval = hour
   
 accountable_days_in_month = 30.
-accountable_months_in_year = 12
+accountable_months_in_year = 12.
 number_of_hours_in_year  = 8760
 
 def addToDate(date, to_add=None, **kw):




More information about the Erp5-report mailing list