Commit ab7177d1 authored by Aurel's avatar Aurel

remove call to unknown script

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19063 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00bcac2c
......@@ -69,7 +69,7 @@
from Products.ERP5Type.Message import Message\n
\n
obj = state_change[\'object\']\n
context.checkUserPermission(state_change)\n
\n
wf_h = obj.Base_getWorkflowHistory()\n
wf_h = wf_h[\'account_transfer_workflow\'][\'item_list\']\n
\n
......@@ -166,10 +166,10 @@ context.validateSourceAndDestination(state_change)\n
<string>_getitem_</string>
<string>obj</string>
<string>_getattr_</string>
<string>context</string>
<string>wf_h</string>
<string>manual_validation</string>
<string>waiting_state</string>
<string>context</string>
<string>_getiter_</string>
<string>check_operation_line</string>
<string>source_bank_account</string>
......
376
\ No newline at end of file
377
\ 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