[Erp5-report] r10128 - /erp5/trunk/products/ERP5/Document/Movement.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 18 23:59:57 CEST 2006


Author: seb
Date: Mon Sep 18 23:59:54 2006
New Revision: 10128

URL: http://svn.erp5.org?rev=10128&view=rev
Log:
give all parameters to _getTotalPrice from getTotalPrice, so the fast parameter will be taken into account

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

Modified: erp5/trunk/products/ERP5/Document/Movement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Movement.py?rev=10128&r1=10127&r2=10128&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Movement.py (original)
+++ erp5/trunk/products/ERP5/Document/Movement.py Mon Sep 18 23:59:54 2006
@@ -231,7 +231,7 @@
       Get the Total Price in the context.
     """
     return self._getTotalPrice(self.asContext(context=context,
-                                REQUEST=REQUEST, **kw))
+                                REQUEST=REQUEST, **kw),**kw)
 
   security.declareProtected( Permissions.AccessContentsInformation,
                              'getTotalQuantity')




More information about the Erp5-report mailing list