[Erp5-report] r45034 aurel - in /erp5/trunk/bt5/erp5_banking_check: WorkflowTemplateItem/po...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 4 10:01:18 CEST 2011


Author: aurel
Date: Mon Apr  4 10:01:18 2011
New Revision: 45034

URL: http://svn.erp5.org?rev=45034&view=rev
Log:
make sure manual_validation variable is defined

Modified:
    erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkCheckBeforeDelivery.xml
    erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/variables/action.xml
    erp5/trunk/bt5/erp5_banking_check/bt/revision

Modified: erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkCheckBeforeDelivery.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkCheckBeforeDelivery.xml?rev=45034&r1=45033&r2=45034&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkCheckBeforeDelivery.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/scripts/checkCheckBeforeDelivery.xml [utf8] Mon Apr  4 10:01:18 2011
@@ -10,10 +10,22 @@
     <pickle>
       <dictionary>
         <item>
+            <key> <string>Python_magic</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>Script_magic</string> </key>
             <value> <int>3</int> </value>
         </item>
         <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>_bind_names</string> </key>
             <value>
               <object>
@@ -61,6 +73,7 @@ obj = state_change[\'object\']\n
 wf_h = obj.Base_getWorkflowHistory()\n
 wf_h = wf_h[\'check_deposit_workflow\'][\'item_list\']\n
 \n
+manual_validation = 0\n
 \n
 for h in wf_h:\n
   obj.log("state", h[3])\n
@@ -111,6 +124,12 @@ context.validateSourceAndDestination(sta
             </value>
         </item>
         <item>
+            <key> <string>_filepath</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>_params</string> </key>
             <value> <string>state_change, **kw</string> </value>
         </item>
@@ -156,9 +175,9 @@ context.validateSourceAndDestination(sta
                             <string>obj</string>
                             <string>_getattr_</string>
                             <string>wf_h</string>
+                            <string>manual_validation</string>
                             <string>_getiter_</string>
                             <string>h</string>
-                            <string>manual_validation</string>
                             <string>bank_account_dict</string>
                             <string>check_operation_line</string>
                             <string>source_bank_account</string>

Modified: erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/variables/action.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/variables/action.xml?rev=45034&r1=45033&r2=45034&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/variables/action.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/WorkflowTemplateItem/portal_workflow/check_deposit_workflow/variables/action.xml [utf8] Mon Apr  4 10:01:18 2011
@@ -10,6 +10,12 @@
     <pickle>
       <dictionary>
         <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
             <key> <string>default_expr</string> </key>
             <value>
               <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>

Modified: erp5/trunk/bt5/erp5_banking_check/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_check/bt/revision?rev=45034&r1=45033&r2=45034&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_check/bt/revision [utf8] Mon Apr  4 10:01:18 2011
@@ -1 +1 @@
-488
\ No newline at end of file
+489
\ No newline at end of file



More information about the Erp5-report mailing list