Commit bc5c49d0 authored by Aurel's avatar Aurel

make sure manual_validation variable is defined

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45034 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e807a671
...@@ -9,10 +9,22 @@ ...@@ -9,10 +9,22 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>Python_magic</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>Script_magic</string> </key> <key> <string>Script_magic</string> </key>
<value> <int>3</int> </value> <value> <int>3</int> </value>
</item> </item>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_bind_names</string> </key> <key> <string>_bind_names</string> </key>
<value> <value>
...@@ -61,6 +73,7 @@ obj = state_change[\'object\']\n ...@@ -61,6 +73,7 @@ obj = state_change[\'object\']\n
wf_h = obj.Base_getWorkflowHistory()\n wf_h = obj.Base_getWorkflowHistory()\n
wf_h = wf_h[\'check_deposit_workflow\'][\'item_list\']\n wf_h = wf_h[\'check_deposit_workflow\'][\'item_list\']\n
\n \n
manual_validation = 0\n
\n \n
for h in wf_h:\n for h in wf_h:\n
obj.log("state", h[3])\n obj.log("state", h[3])\n
...@@ -110,6 +123,12 @@ context.validateSourceAndDestination(state_change)\n ...@@ -110,6 +123,12 @@ context.validateSourceAndDestination(state_change)\n
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_filepath</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>state_change, **kw</string> </value> <value> <string>state_change, **kw</string> </value>
...@@ -156,9 +175,9 @@ context.validateSourceAndDestination(state_change)\n ...@@ -156,9 +175,9 @@ context.validateSourceAndDestination(state_change)\n
<string>obj</string> <string>obj</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>wf_h</string> <string>wf_h</string>
<string>manual_validation</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>h</string> <string>h</string>
<string>manual_validation</string>
<string>bank_account_dict</string> <string>bank_account_dict</string>
<string>check_operation_line</string> <string>check_operation_line</string>
<string>source_bank_account</string> <string>source_bank_account</string>
......
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>default_expr</string> </key> <key> <string>default_expr</string> </key>
<value> <value>
......
488 489
\ 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