Commit 1cb595ad authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

'**' is missing in the argument of _edit().


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37050 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6538732c
......@@ -114,7 +114,7 @@ class MovementGeneratorMixin:
# Extend movement properties
for movement in result:
movement._edit(self._getUpdatePropertyDict(movement))
movement._edit(**self._getUpdatePropertyDict(movement))
# And return list of generated movements
return result
......
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