Commit 47204056 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16188 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a34f80c
...@@ -76,7 +76,7 @@ if delivery_movement is not None:\n ...@@ -76,7 +76,7 @@ if delivery_movement is not None:\n
delivery = delivery_movement.getExplanationValue()\n delivery = delivery_movement.getExplanationValue()\n
if delivery.getCausalityState() != \'draft\':\n if delivery.getCausalityState() != \'draft\':\n
delivery.activate(\n delivery.activate(\n
after_path_and_method_id=(movement.getPath(),\n after_path_and_method_id=(delivery_movement.getPath(),\n
(\'recursiveImmediateReindexObject\', \'immediateReindexObject\'))).calculate()\n (\'recursiveImmediateReindexObject\', \'immediateReindexObject\'))).calculate()\n
</string> </value> </string> </value>
</item> </item>
...@@ -145,7 +145,6 @@ if delivery_movement is not None:\n ...@@ -145,7 +145,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>movement</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
455 456
\ 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