Commit 4aa72de6 authored by Aurel's avatar Aurel

fix way to pass kw parameter to method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30890 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0239f919
......@@ -152,7 +152,7 @@ class InvoiceTransactionRule(Rule, PredicateMatrix):
These previsions are acrually returned as dictionaries.
"""
if self._isBPM():
return self._generatePrevisionListBPM(applied_rule, *kw)
return self._generatePrevisionListBPM(applied_rule, **kw)
prevision_list = []
context_movement = applied_rule.getParentValue()
......
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