From 750f488b1bccc03a928834a55fd893bf06f80123 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 16 Feb 2006 22:57:49 +0000
Subject: [PATCH] Removed old PaymentCondition property sheet. Invoice now have
 the TradeCondition property sheet which defines a default payment condition.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5727 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Invoice.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/Document/Invoice.py b/product/ERP5/Document/Invoice.py
index 0605758616..0b9774e2fd 100755
--- a/product/ERP5/Document/Invoice.py
+++ b/product/ERP5/Document/Invoice.py
@@ -55,7 +55,6 @@ class Invoice(AccountingTransaction):
                       , PropertySheet.Movement
                       , PropertySheet.Amount
                       , PropertySheet.Reference
-                      , PropertySheet.PaymentCondition
                       , PropertySheet.TradeCondition
                       , PropertySheet.ValueAddedTax
                       , PropertySheet.EcoTax
-- 
2.30.9