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 @@
</pickle>
<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>
......@@ -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
......@@ -110,6 +123,12 @@ context.validateSourceAndDestination(state_change)\n
<none/>
</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>
......@@ -156,9 +175,9 @@ context.validateSourceAndDestination(state_change)\n
<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>
......
......@@ -9,6 +9,12 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>default_expr</string> </key>
<value>
......
488
\ No newline at end of file
489
\ 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