Commit aed4295e authored by Jérome Perrin's avatar Jérome Perrin

propagate activate_kw


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30850 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37b41b76
......@@ -718,7 +718,8 @@ class Delivery(XMLObject, ImmobilisationDelivery):
portal_rules = getToolByName(self, 'portal_rules')
portal_simulation = getToolByName(self, 'portal_simulation')
my_applied_rule = portal_rules[rule_id].\
constructNewAppliedRule(portal_simulation)
constructNewAppliedRule(portal_simulation,
activate_kw=activate_kw)
# Set causality
my_applied_rule.setCausalityValue(self)
# We must make sure this rule is indexed
......
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