From bde36f8aa0cb176eb7de825c1257f1c4ae4c0ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com> Date: Sat, 28 Jan 2006 17:12:35 +0000 Subject: [PATCH] fix typo again git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5410 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BusinessTemplate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index c100c69c6c..7ae94f383b 100755 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -1091,10 +1091,10 @@ class PortalTypeWorkflowChainTemplateItem(BaseTemplateItem): wflist = key.split(' | ') if len(wflist) == 2: portal_type = wflist[0] - worflow = wflist[1] + workflow = wflist[1] else: portal_type = wflist[0] - worflow = '' + workflow = '' if workflow not in chain_dict['chain_%s' % portal_type]: raise if self._objects.has_key(portal_type): -- 2.30.9