Commit bb09358d authored by Nicolas Delaby's avatar Nicolas Delaby

revert last commit which hidden obvious programming error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16827 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b75a6bcf
...@@ -71,7 +71,7 @@ delivery_movement = simulation_movement.getDeliveryValue()\n ...@@ -71,7 +71,7 @@ delivery_movement = simulation_movement.getDeliveryValue()\n
\n \n
if delivery_movement is not None:\n if delivery_movement is not None:\n
delivery = delivery_movement.getExplanationValue()\n delivery = delivery_movement.getExplanationValue()\n
if delivery.getCausalityState() != \'draft\' and getattr(delivery, \'calculate\', None) is not None:\n if delivery.getCausalityState() != \'draft\':\n
delivery.activate(\n delivery.activate(\n
after_path_and_method_id=(delivery_movement.getPath(),\n after_path_and_method_id=(delivery_movement.getPath(),\n
(\'recursiveImmediateReindexObject\', \'immediateReindexObject\'))).calculate()\n (\'recursiveImmediateReindexObject\', \'immediateReindexObject\'))).calculate()\n
...@@ -142,7 +142,6 @@ if delivery_movement is not None:\n ...@@ -142,7 +142,6 @@ if delivery_movement is not None:\n
<string>delivery_movement</string> <string>delivery_movement</string>
<string>None</string> <string>None</string>
<string>delivery</string> <string>delivery</string>
<string>getattr</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
485 483
\ 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