Commit c305220b authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: No need to check for BusinessPatchItem currently as it doesn't exist

parent cf6dc058
......@@ -552,8 +552,7 @@ class BusinessManager(Folder):
A Business Manager BT is said to be reduced if and only if:
reduce(BT) = BT
"""
#XXX: We currently do not reduce Business Patch Item objects
path_list = [l for l in self.getPathList() if l.getPortalType() != 'Business Patch Item']
path_list = self.getPathList()
reduced_path_item_list = []
......
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