Commit 38129e07 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

bt5_config: Correct fucntion assignment

parent f40b2c5c
...@@ -346,7 +346,7 @@ class BusinessManager(XMLObject): ...@@ -346,7 +346,7 @@ class BusinessManager(XMLObject):
return self return self
__rsub__ = __add__ __rsub__ = __sub__
security.declareProtected(Permissions.ManagePortal, 'storeTemplateData') security.declareProtected(Permissions.ManagePortal, 'storeTemplateData')
def storeTemplateData(self): def storeTemplateData(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