Commit 106308c3 authored by Yusei Tahara's avatar Yusei Tahara

2010-10-09 yusei

* Fix a typo in production_order_workflow/scripts/Order_buildPackingList.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39012 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 12d62298
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -77,7 +74,7 @@ order_path = order.getPath()\n ...@@ -77,7 +74,7 @@ order_path = order.getPath()\n
tag = order_path + \'_updateAppliedRule\'\n tag = order_path + \'_updateAppliedRule\'\n
expand_tag = order_path + \'_expand\'\n expand_tag = order_path + \'_expand\'\n
activate_kw = {\'tag\':expand_tag, \'priority\':3}\n activate_kw = {\'tag\':expand_tag, \'priority\':3}\n
order.activate(tag=tag, after_tag=expand_tag).updateAppliedRule(rule_reuference=rule_reference, activate_kw=activate_kw)\n order.activate(tag=tag, after_tag=expand_tag).updateAppliedRule(rule_reference=rule_reference, activate_kw=activate_kw)\n
\n \n
for i in xrange(len(builder_list)):\n for i in xrange(len(builder_list)):\n
if i > 0:\n if i > 0:\n
...@@ -140,7 +137,7 @@ for i in xrange(len(builder_list)):\n ...@@ -140,7 +137,7 @@ for i in xrange(len(builder_list)):\n
<string>_getiter_</string> <string>_getiter_</string>
<string>path</string> <string>path</string>
<string>order_path</string> <string>order_path</string>
<string>previous_tag</string> <string>tag</string>
<string>expand_tag</string> <string>expand_tag</string>
<string>activate_kw</string> <string>activate_kw</string>
<string>xrange</string> <string>xrange</string>
......
2010-10-09 yusei
* Fix a typo in production_order_workflow/scripts/Order_buildPackingList.
2010-05-24 kazuhiko 2010-05-24 kazuhiko
* Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'}) * Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'})
......
448 449
\ 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