From 4d889fcb502b43f46b8769f9e126f49bdf11df41 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Wed, 6 Apr 2005 16:04:30 +0000
Subject: [PATCH] Remove property sheet PaymentCondition.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2835 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Order.py          | 2 --
 product/ERP5/Document/TradeCondition.py | 1 -
 2 files changed, 3 deletions(-)

diff --git a/product/ERP5/Document/Order.py b/product/ERP5/Document/Order.py
index e540a32489..f284655358 100755
--- a/product/ERP5/Document/Order.py
+++ b/product/ERP5/Document/Order.py
@@ -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)
-
diff --git a/product/ERP5/Document/TradeCondition.py b/product/ERP5/Document/TradeCondition.py
index a6380ccb50..2a4c974fca 100755
--- a/product/ERP5/Document/TradeCondition.py
+++ b/product/ERP5/Document/TradeCondition.py
@@ -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
-- 
2.30.9