Commit d0bf8ed3 authored by iv's avatar iv

ERP5Workflow: fix comment typo

parent bdec1fa5
...@@ -1691,7 +1691,7 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin): ...@@ -1691,7 +1691,7 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
def migrateToPortalWorkflowClass(self): def migrateToPortalWorkflowClass(self):
""" migrate dcworkflow to erp5workflow. """ migrate dcworkflow to erp5workflow.
can only be executed after install bt erp5_workflow. can only be executed after installing bt erp5_workflow.
""" """
tool = self.portal_workflow tool = self.portal_workflow
if not isinstance(tool, WorkflowTool): if not isinstance(tool, WorkflowTool):
......
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