[Erp5-report] r26954 - /erp5/trunk/products/ERP5/Document/TradeCondition.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 13 16:51:44 CEST 2009


Author: fabien
Date: Wed May 13 16:51:43 2009
New Revision: 26954

URL: http://svn.erp5.org?rev=26954&view=rev
Log:
add description

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

Modified: erp5/trunk/products/ERP5/Document/TradeCondition.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/TradeCondition.py?rev=26954&r1=26953&r2=26954&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/TradeCondition.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/TradeCondition.py [utf8] Wed May 13 16:51:43 2009
@@ -69,6 +69,9 @@
                       )
 
     def updateAggregatedAmountList(self, context, **kw):
+      '''
+        updates exisiting movement and returns new if any
+      '''
       existing_movement_list = context.getMovementList()
       aggregated_amount_list = self.getAggregatedAmountList(context = context,
           **kw)




More information about the Erp5-report mailing list