Commit 54f7b6b3 authored by Yusei Tahara's avatar Yusei Tahara

erp5configurator: ConfiguratorItemMixin should not inherit Base class. Because...

erp5configurator: ConfiguratorItemMixin should not inherit Base class. Because of this wrong inheritance, configurator item classes did not work as Folder.
parent bb75380b
......@@ -33,7 +33,7 @@ from Products.ERP5Type.Base import Base
from zLOG import LOG, INFO
import time
class ConfiguratorItemMixin(Base):
class ConfiguratorItemMixin:
""" This is the base class for all configurator item. """
def getBusinessConfigurationValue(self):
......
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