Commit f23bf49b authored by Aurel's avatar Aurel

getTotalPrice can take kw args

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13732 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c558d5c3
......@@ -373,7 +373,7 @@ class Amount(Base, Variated):
security.declareProtected(Permissions.AccessContentsInformation, 'getTotalPrice')
def getTotalPrice(self):
def getTotalPrice(self, **kw):
"""
Return total price for the number of items
......
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