Commit 19cf794b authored by Łukasz Nowak's avatar Łukasz Nowak

- use rule_reference instead of rule_id (thanks Romain)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22240 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c14caa1
......@@ -77,7 +77,7 @@ tag = packing_list.getPath()+\'_expand\'\n
activate_kw = {\'tag\':tag,\'priority\':3}\n
\n
packing_list.activate(after_path=after_path_list,tag=tag,\n
priority=3).updateAppliedRule(rule_id = \'default_delivery_rule\',activate_kw=activate_kw)\n
priority=3).updateAppliedRule(rule_reference=\'default_delivery_rule\',activate_kw=activate_kw)\n
\n
\n
# Make sure to reindex related simulation movement if we are already\n
......
321
\ No newline at end of file
322
\ No newline at end of file
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