From ebb10b27e256553093b5a95562281feb02ebb706 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 3 May 2004 14:48:16 +0000 Subject: [PATCH] added more base cat git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@806 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/Assignment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/Assignment.py b/product/ERP5/PropertySheet/Assignment.py index abb80eb9eb..dbbee354f0 100755 --- a/product/ERP5/PropertySheet/Assignment.py +++ b/product/ERP5/PropertySheet/Assignment.py @@ -37,4 +37,4 @@ class Assignment(Path): _properties = ( ) - _categories = ('activity', 'function','grade', 'role', 'skill', 'destination') + _categories = ('activity', 'function', 'grade', 'role', 'skill', 'destination', 'group', 'product', ) -- 2.30.9