From 489daa28a8dfe6d51a7868f4be09d07c0a1d8aed Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Tue, 8 Dec 2009 09:01:59 +0000 Subject: [PATCH] Add use category to declare what is the use of document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31138 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Amount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Amount.py b/product/ERP5/PropertySheet/Amount.py index b4dda76c98..e16c33c99e 100644 --- a/product/ERP5/PropertySheet/Amount.py +++ b/product/ERP5/PropertySheet/Amount.py @@ -103,7 +103,7 @@ class Amount: ) _categories = ('resource', 'quantity_unit', - 'base_application', 'base_contribution', + 'base_application', 'base_contribution', 'use', # Acquired categories 'product_line', ) -- 2.30.9