Commit d4d47a84 authored by Aurel's avatar Aurel

fix workflow transition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19064 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ab7177d1
......@@ -71,7 +71,7 @@ from Products.ERP5Type.Message import Message\n
obj = state_change[\'object\']\n
\n
wf_h = obj.Base_getWorkflowHistory()\n
wf_h = wf_h[\'account_transfer_workflow\'][\'item_list\']\n
wf_h = wf_h[\'check_deposit_workflow\'][\'item_list\']\n
\n
manual_validation = 0\n
waiting_state = wf_h[3]\n
......
377
\ No newline at end of file
378
\ 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