Commit 253cb97d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo introduced in r35844, that can cause infinite loop in activity dependencies.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35856 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cae83204
......@@ -63,7 +63,7 @@ if not delivery.isDelivery:\n
# copy&paste from delivery_movement_simulation_interaction_workflow/scripts/DeliveryMovement_updateSimulation\n
delivery_path = delivery.getPath()\n
path_and_method_id = (delivery_path, (\'immediateReindexObject\',\'recursiveImmediateReindexObject\'))\n
expand_tag = delivery_path + \'_updateAppliedRule\'\n
expand_tag = delivery_path + \'_expand\'\n
tag = delivery_path + \'_updateAppliedRule\'\n
\n
priority = 3\n
......
947
\ No newline at end of file
948
\ 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