From c4418fdd0f4e71c02ec5b7a8ce3a9a0bd1218272 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sat, 17 Jul 2004 08:20:38 +0000
Subject: [PATCH] Added missing PS

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1224 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/Coramy/Document/TradeCondition.py | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/product/Coramy/Document/TradeCondition.py b/product/Coramy/Document/TradeCondition.py
index 3c5cee8632..3d454b5c8c 100755
--- a/product/Coramy/Document/TradeCondition.py
+++ b/product/Coramy/Document/TradeCondition.py
@@ -58,8 +58,15 @@ class TradeCondition(ERP5TradeCondition):
                       , PropertySheet.TradeCondition
                       , PropertySheet.PaymentCondition
                       , PropertySheet.Comment
+                      
+                      , PropertySheet.Task
+                      , PropertySheet.Movement
+                      , PropertySheet.Delivery
+                      , PropertySheet.Path
+                      , PropertySheet.FlowCapacity
                       )
-
+    
+    
     # Factory Type Information
     factory_type_information = \
       {    'id'             : portal_type
-- 
2.30.9