Commit 4c397dd6 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Override preinstall for BusinessManager class

parent ea0cea59
......@@ -487,6 +487,9 @@ class BusinessManager(Folder):
path_item.layer = 0
self.status = 'flattened'
def preinstall(self, check_dependencies=1, **kw):
pass
def reduceBusinessManager(self):
"""
Reduction is a function that takes a Business Manager as input and returns
......
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