Commit 1dcd8601 authored by iv's avatar iv

ERP5Workflow: fix comment typo

parent dd4067f2
...@@ -1683,7 +1683,7 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin): ...@@ -1683,7 +1683,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