[Erp5-report] r39012 yusei - in /erp5/trunk/bt5/erp5_mrp: WorkflowTemplateItem/portal_workf...
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Oct 9 09:41:08 CEST 2010
Author: yusei
Date: Sat Oct 9 09:41:07 2010
New Revision: 39012
URL: http://svn.erp5.org?rev=39012&view=rev
Log:
2010-10-09 yusei
* Fix a typo in production_order_workflow/scripts/Order_buildPackingList.
Modified:
erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml
erp5/trunk/bt5/erp5_mrp/bt/change_log
erp5/trunk/bt5/erp5_mrp/bt/revision
Modified: erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml?rev=39012&r1=39011&r2=39012&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml [utf8] Sat Oct 9 09:41:07 2010
@@ -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>
Modified: erp5/trunk/bt5/erp5_mrp/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/change_log?rev=39012&r1=39011&r2=39012&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/change_log [utf8] Sat Oct 9 09:41:07 2010
@@ -1,3 +1,6 @@
+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'})
Modified: erp5/trunk/bt5/erp5_mrp/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/revision?rev=39012&r1=39011&r2=39012&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/revision [utf8] Sat Oct 9 09:41:07 2010
@@ -1 +1 @@
-448
\ No newline at end of file
+449
\ No newline at end of file
More information about the Erp5-report
mailing list