Commit ef677482 authored by Lucas Carvalho's avatar Lucas Carvalho

Fixed typo error, introduced by someone else.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44953 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11e8c518
......@@ -59,7 +59,7 @@ class BusinessProcessConfiguratorItem(ConfiguratorItemMixin, XMLObject):
portal = self.getPortalObject()
business_process = portal.business_process_module.newContent(
portal_type="Business Process",
referece=self.getReference(),
reference=self.getReference(),
title=self.getTitle())
......
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