Commit 683a2ee5 authored by Łukasz Nowak's avatar Łukasz Nowak

Simplify.

parent 78899370
......@@ -64,10 +64,7 @@ except AttributeError:\n
pass\n
\n
# Then, modify state\n
confirm_tag = \'%s_confirm\' % packing_list.getPath()\n
packing_list.activate(after_path_and_method_id=(related_simulation_movement_path_list,\n
(\'immediateReindexObject\',\'recursiveImmediateReindexObject\')),\n
tag=confirm_tag).Delivery_confirm()\n
packing_list.Delivery_confirm()\n
\n
# First set the packing_list in the building state\n
packing_list.startBuilding()\n
......
442
\ No newline at end of file
443
\ 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