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 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
......@@ -77,7 +74,7 @@ order_path = order.getPath()\n
tag = order_path + \'_updateAppliedRule\'\n
expand_tag = order_path + \'_expand\'\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
for i in xrange(len(builder_list)):\n
if i > 0:\n
......@@ -140,7 +137,7 @@ for i in xrange(len(builder_list)):\n
<string>_getiter_</string>
<string>path</string>
<string>order_path</string>
<string>previous_tag</string>
<string>tag</string>
<string>expand_tag</string>
<string>activate_kw</string>
<string>xrange</string>
......
2010-10-09 yusei
* Fix a typo in production_order_workflow/scripts/Order_buildPackingList.
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'})
......
448
\ No newline at end of file
449
\ 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