Commit 946e12f1 authored by Sebastien Robin's avatar Sebastien Robin

IOpenOrderExpander was removed, so do not use it

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34773 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1d50308
......@@ -46,7 +46,7 @@ class OpenOrder(Delivery):
security.declareObjectProtected(Permissions.AccessContentsInformation)
# Declarative interfaces
zope.interface.implements(interfaces.IExpandable, interfaces.IOpenOrderExpander)
zope.interface.implements(interfaces.IExpandable)
# Declarative properties
property_sheets = ( PropertySheet.Base
......
......@@ -45,7 +45,7 @@ class SubscriptionItem(Item):
security.declareObjectProtected(Permissions.AccessContentsInformation)
# Declarative interfaces
zope.interface.implements(interfaces.IExpandable, interfaces.IOpenOrderExpander)
zope.interface.implements(interfaces.IExpandable)
# Declarative properties
property_sheets = ( PropertySheet.Base
......
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