Commit 549dd5a5 authored by Aurel's avatar Aurel

fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5409 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a635dbad
......@@ -1091,7 +1091,7 @@ class PortalTypeWorkflowChainTemplateItem(BaseTemplateItem):
wflist = key.split(' | ')
if len(wflist) == 2:
portal_type = wflist[0]
worflow = wf_list[1]
worflow = wflist[1]
else:
portal_type = wflist[0]
worflow = ''
......
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