From 345900711a438e8e3df57f933dc46d0fdaa26362 Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Wed, 6 Feb 2008 13:38:18 +0000
Subject: [PATCH] Task PropertySheet was defined twice. Add TradeCondition
 PropertySheet, to be able to use PurchaseCondition acquired accessors.

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

diff --git a/product/ERP5/Document/PackingList.py b/product/ERP5/Document/PackingList.py
index a98c17cd6a..fbfa07c26f 100644
--- a/product/ERP5/Document/PackingList.py
+++ b/product/ERP5/Document/PackingList.py
@@ -78,7 +78,7 @@ class PackingList(Delivery):
                       , PropertySheet.Arrow
                       , PropertySheet.Comment
                       , PropertySheet.Movement
-                      , PropertySheet.Task
+                      , PropertySheet.TradeCondition
                       )
 
     security.declareProtected(Permissions.AccessContentsInformation, 
-- 
2.30.9