From dc87925a86f4695674483b76da319494f1f88de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 15 Feb 2006 10:01:18 +0000 Subject: [PATCH] Added TradeCondition property sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5695 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/PaySheetTransaction.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/product/ERP5/Document/PaySheetTransaction.py b/product/ERP5/Document/PaySheetTransaction.py index 013953602f..fd9b435e0e 100755 --- a/product/ERP5/Document/PaySheetTransaction.py +++ b/product/ERP5/Document/PaySheetTransaction.py @@ -58,8 +58,9 @@ class PaySheetTransaction(Invoice): , PropertySheet.Delivery , PropertySheet.PaySheet , PropertySheet.Movement - , PropertySheet.Amount - , PropertySheet.XMLObject + , PropertySheet.Amount + , PropertySheet.XMLObject + , PropertySheet.TradeCondition ) # Declarative Interface -- 2.30.9