From ef69cc5ca8820e8a3767cdf1ab8ec5079dc12530 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Mon, 13 Jun 2005 07:33:26 +0000
Subject: [PATCH] Add PropertySheet DefaultSupply.

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

diff --git a/product/ERP5/Document/Resource.py b/product/ERP5/Document/Resource.py
index 783b362c14..0d79e4bd44 100755
--- a/product/ERP5/Document/Resource.py
+++ b/product/ERP5/Document/Resource.py
@@ -71,6 +71,7 @@ class Resource(XMLMatrix, CoreResource, Variated):
                       , PropertySheet.Reference
                       , PropertySheet.FlowCapacity
                       , PropertySheet.VariationRange
+                      , PropertySheet.DefaultSupply
                       )
 
     # Is it OK now ?
-- 
2.30.9