Commit 96be9e16 authored by Jérome Perrin's avatar Jérome Perrin

rule_id argument to updateAppliedRule is deprecated

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28590 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3fdae5da
...@@ -69,7 +69,7 @@ tag = packing_list.getPath()+\'_expand\'\n ...@@ -69,7 +69,7 @@ tag = packing_list.getPath()+\'_expand\'\n
activate_kw = {\'tag\':tag,\'priority\':3}\n activate_kw = {\'tag\':tag,\'priority\':3}\n
\n \n
packing_list.activate(after_tag=after_tag_list,tag=tag,\n packing_list.activate(after_tag=after_tag_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
\n \n
# Make sure to reindex related simulation movement if we are already\n # Make sure to reindex related simulation movement if we are already\n
......
663 664
\ No newline at end of file \ 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