From 60629bd05f72621f38bf0d07587a3fcaa237c10d Mon Sep 17 00:00:00 2001
From: Vincent Desmares <vincentd@nexedi.com>
Date: Wed, 9 Jul 2008 10:19:00 +0000
Subject: [PATCH] Add the group category in the Computer Property Sheet

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

diff --git a/product/ERP5/PropertySheet/Computer.py b/product/ERP5/PropertySheet/Computer.py
index fbedaea850..1ce5c974d7 100644
--- a/product/ERP5/PropertySheet/Computer.py
+++ b/product/ERP5/PropertySheet/Computer.py
@@ -51,4 +51,4 @@ class Computer:
     },
   )
 
-  _categories = ('product_line', 'role', 'function',)
+  _categories = ('product_line', 'role', 'function', 'group',)
-- 
2.30.9