Commit 4d889fcb authored by Romain Courteaud's avatar Romain Courteaud

Remove property sheet PaymentCondition.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2835 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce5f3c65
......@@ -57,7 +57,6 @@ class Order(Delivery):
, PropertySheet.Arrow
, PropertySheet.Reference
, PropertySheet.TradeCondition
, PropertySheet.PaymentCondition
, PropertySheet.Comment
, PropertySheet.Order
)
......@@ -216,4 +215,3 @@ class Order(Delivery):
for o in self.getCausalityRelatedValueList(portal_type='Applied Rule'):
o.aq_parent.activate().deleteContent(o.getId())
Delivery.manage_beforeDelete(self, item, container)
......@@ -55,7 +55,6 @@ class TradeCondition(Order):
, PropertySheet.DublinCore
, PropertySheet.Arrow
, PropertySheet.TradeCondition
, PropertySheet.PaymentCondition
)
# XXX This should be removed once interaction tool is implemented
......
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