Commit 1c788aed authored by Jérome Perrin's avatar Jérome Perrin

syntax error in previous commit



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9583 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f5c24c4f
......@@ -4703,7 +4703,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
if action_id not in bt_action_list:
bt_action_list.append(action_id)
for workflow_id in [chain in wtool.getChainFor(id)
for workflow_id in [chain for chain in wtool.getChainFor(id)
if chain != '(Default)']:
wf_id = id+' | '+workflow_id
if wf_id not in bt_wf_chain_list:
......
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