Commit 11185447 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update accounting_workflow's Delivery_updateSimulation same as...

update accounting_workflow's Delivery_updateSimulation same as delivery_simulation_interaction_workflow's Delivery_updateSimulation in r.27340.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 91536e6d
...@@ -53,22 +53,7 @@ ...@@ -53,22 +53,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>delivery = state_change[\'object\']\n <value> <string>state_change[\'object\'].Delivery_updateSimulation()\n
\n
path_and_method_id = (delivery.getPath(), (\'immediateReindexObject\',\'recursiveImmediateReindexObject\'))\n
expand_tag = delivery.getPath() + \'_updateAppliedRule\'\n
\n
priority = 3\n
\n
activate_kw = { \n
\'tag\': expand_tag,\n
\'priority\': priority,\n
}\n
delivery.activate(\n
after_path_and_method_id=path_and_method_id,\n
tag=expand_tag,\n
priority=priority,\n
).Delivery_updateAppliedRule(activate_kw=activate_kw)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -106,13 +91,8 @@ delivery.activate(\n ...@@ -106,13 +91,8 @@ delivery.activate(\n
<value> <value>
<tuple> <tuple>
<string>state_change</string> <string>state_change</string>
<string>_getitem_</string>
<string>delivery</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>path_and_method_id</string> <string>_getitem_</string>
<string>expand_tag</string>
<string>priority</string>
<string>activate_kw</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
939 940
\ 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