Commit 7c584ca0 authored by Sebastien Robin's avatar Sebastien Robin

fixed the destination script for internal money deposit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13626 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd6fcd26
......@@ -68,7 +68,7 @@
<value> <string>destination = context.getDestination()\n
if destination is None:\n
return None\n
user_id = context.Base_getLastUserIdByTransition(workflow_id=\'currency_purchase_workflow\', transition_id=\'deliver_action\')\n
user_id = context.Base_getLastUserIdByTransition(workflow_id=\'internal_money_deposit_workflow\', transition_id=\'deliver_action\')\n
if user_id is None:\n
return None\n
site_list = context.Baobab_getUserAssignedSiteList(user_id=user_id)\n
......
234
\ No newline at end of file
237
\ 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