From 5ce9994c7da735ebdf38ff73dff30551329aec79 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Fri, 26 Aug 2005 16:06:14 +0000 Subject: [PATCH] Added category industrial_phase. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3670 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Resource.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Resource.py b/product/ERP5/PropertySheet/Resource.py index ca4cea9d34..d01d138fd2 100755 --- a/product/ERP5/PropertySheet/Resource.py +++ b/product/ERP5/PropertySheet/Resource.py @@ -198,5 +198,6 @@ class Resource: 'weight_unit', 'length_unit', 'height_unit', 'width_unit', 'volume_unit', 'price_currency', 'source_price_currency', - 'destination_price_currency', 'product_line',) + 'destination_price_currency', 'product_line', + 'industrial_phase') -- 2.30.9