From 1c788aed596364d6979bf513b5caa0bee4fd13e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 31 Aug 2006 11:56:18 +0000 Subject: [PATCH] syntax error in previous commit git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9583 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BusinessTemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index e1379dc2e4..c85579b642 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -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: -- 2.30.9