[Erp5-report] r13980 - in /erp5/trunk/bt5/erp5_banking_check: SkinTemplateItem/portal_skins...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Apr 5 15:50:35 CEST 2007
Author: seb
Date: Thu Apr 5 15:50:33 2007
New Revision: 13980
URL: http://svn.erp5.org?rev=13980&view=rev
Log:
added missing imports
Modified:
erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckbookDelivery_checkAggregateStockList.xml
erp5/trunk/bt5/erp5_banking_check/bt/revision
Modified: erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckbookDelivery_checkAggregateStockList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckbookDelivery_checkAggregateStockList.xml?rev=13980&r1=13979&r2=13980&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckbookDelivery_checkAggregateStockList.xml (original)
+++ erp5/trunk/bt5/erp5_banking_check/SkinTemplateItem/portal_skins/erp5_banking_check_operation/CheckbookDelivery_checkAggregateStockList.xml Thu Apr 5 15:50:33 2007
@@ -65,7 +65,10 @@
</item>
<item>
<key> <string>_body</string> </key>
- <value> <string>current_tracking_list = [x.getObject() for x in context.portal_simulation.getCurrentTrackingList(\n
+ <value> <string>from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
+from Products.ERP5Type.Message import Message\n
+\n
+current_tracking_list = [x.getObject() for x in context.portal_simulation.getCurrentTrackingList(\n
at_date=at_date, node=node_url,\n
where_expression="item_catalog.portal_type=\'Check\' or item_catalog.portal_type=\'Checkbook\'")]\n
aggregate_uid_list = [x.uid for x in current_tracking_list]\n
@@ -126,6 +129,10 @@
<tuple>
<string>node_url</string>
<string>at_date</string>
+ <string>Products.DCWorkflow.DCWorkflow</string>
+ <string>ValidationFailed</string>
+ <string>Products.ERP5Type.Message</string>
+ <string>Message</string>
<string>append</string>
<string>$append0</string>
<string>_getiter_</string>
@@ -138,9 +145,7 @@
<string>aggregate_uid</string>
<string>_getitem_</string>
<string>aggregate_value</string>
- <string>Message</string>
<string>msg</string>
- <string>ValidationFailed</string>
</tuple>
</value>
</item>
Modified: erp5/trunk/bt5/erp5_banking_check/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/bt/revision?rev=13980&r1=13979&r2=13980&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/bt/revision (original)
+++ erp5/trunk/bt5/erp5_banking_check/bt/revision Thu Apr 5 15:50:33 2007
@@ -1,1 +1,1 @@
-150
+152
More information about the Erp5-report
mailing list