From f9487f49f72e4d090339924663d994889cb128cd Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Wed, 7 Dec 2005 09:22:30 +0000
Subject: [PATCH] added item aggregation propertySheet

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

diff --git a/product/ERP5/Document/OrderLine.py b/product/ERP5/Document/OrderLine.py
index 91d1575e32..6dd5fd91d3 100755
--- a/product/ERP5/Document/OrderLine.py
+++ b/product/ERP5/Document/OrderLine.py
@@ -56,6 +56,7 @@ class OrderLine(DeliveryLine):
                       , PropertySheet.Movement
                       , PropertySheet.Price
                       , PropertySheet.VariationRange
+                      , PropertySheet.ItemAggregation
                       )
 
     # Declarative interfaces
-- 
2.30.9