Commit be91bbfb authored by Łukasz Nowak's avatar Łukasz Nowak

Pass tag to delivery update.

parent 5a2abf25
......@@ -63,7 +63,7 @@ if not len(split_movement_list):\n
tag = delivery.getPath() + \'_split\'\n
\n
# Create Delivery Applied Rule (if required)\n
delivery.Delivery_updateAppliedRule()\n
delivery.Delivery_updateAppliedRule(activate_kw={\'tag\':tag})\n
\n
for movement in split_movement_list:\n
delivery.getPortalObject().portal_simulation.solveMovement(\n
......
1009
\ No newline at end of file
1010
\ 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