From 3528e0aaaee138d321d82ca09e04fab5fe7606eb Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Wed, 23 Feb 2005 12:38:28 +0000 Subject: [PATCH] added Discount Property Sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2540 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/SupplyCell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/Document/SupplyCell.py b/product/ERP5/Document/SupplyCell.py index 57fbcf0535..169bed52b6 100755 --- a/product/ERP5/Document/SupplyCell.py +++ b/product/ERP5/Document/SupplyCell.py @@ -63,6 +63,7 @@ class SupplyCell(DeliveryCell, Path): , PropertySheet.Task , PropertySheet.Movement , PropertySheet.Price + , PropertySheet.Discount , PropertySheet.Path , PropertySheet.FlowCapacity , PropertySheet.Predicate -- 2.30.9