Commit 94cec192 authored by Sebastien Robin's avatar Sebastien Robin

give all parameters to _getTotalPrice from getTotalPrice, so the fast...

give all parameters to _getTotalPrice from getTotalPrice, so the fast parameter will be taken into account

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10128 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a3638dc
......@@ -231,7 +231,7 @@ class Movement(XMLObject, Amount):
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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment