Commit 57ce4fdc authored by Łukasz Nowak's avatar Łukasz Nowak

- choose proper rule, to be able expand simulation on production packing list...

- choose proper rule, to be able expand simulation on production packing list and reports created by hand

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22214 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c7bff10f
......@@ -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_production_packing_list_rule\',activate_kw=activate_kw)\n
priority=3).updateAppliedRule(rule_id = \'default_delivery_rule\',activate_kw=activate_kw)\n
\n
\n
# Make sure to reindex related simulation movement if we are already\n
......
314
\ No newline at end of file
315
\ 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