Commit 5552156a authored by Romain Courteaud's avatar Romain Courteaud

Activate activate_kw parameter.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17231 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95e180d3
......@@ -99,7 +99,7 @@ class TransformationSourcingRuleMixin(ExtensionClass.Base):
# should generate a compensation movement
continue
# Update movement properties
movement.edit(**(movement_dict[movement_id]))
movement.edit(activate_kw=activate_kw, **(movement_dict[movement_id]))
security.declareProtected(Permissions.View, 'getTransformation')
def getTransformation(self, movement):
......
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