Commit 9db5be20 authored by wenjie.zheng's avatar wenjie.zheng

ERP5Type: change erp5_workflow to avoid conflict.

parent 0379e305
......@@ -416,8 +416,8 @@ class ERP5TypeInformation(XMLObject,
for workflow in workflow_tool.getWorkflowsFor(ob):
workflow.notifyCreated(ob)
for erp5_workflow in self.getErp5WorkflowValueList():
erp5_workflow.initializeDocument(ob)
for workflow5 in self.getWorkflow5ValueList():
workflow5.initializeDocument(ob)
if not temp_object:
init_script = self.getTypeInitScriptId()
......
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