Commit 5e23fcf8 authored by Jérome Perrin's avatar Jérome Perrin

business template are not variated


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12471 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d2fb776c
...@@ -3689,9 +3689,6 @@ class BusinessTemplate(XMLObject): ...@@ -3689,9 +3689,6 @@ class BusinessTemplate(XMLObject):
security = ClassSecurityInfo() security = ClassSecurityInfo()
security.declareObjectProtected(Permissions.AccessContentsInformation) security.declareObjectProtected(Permissions.AccessContentsInformation)
# Declarative interfaces
__implements__ = ( Interface.Variated, )
# Declarative properties # Declarative properties
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
, PropertySheet.XMLObject , PropertySheet.XMLObject
......
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