From 7c26dd1c7345a1aefe6f25ddab22159688aa429a Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Wed, 8 Mar 2006 11:17:01 +0000
Subject: [PATCH] added group category (which we need to acquire from
 subordination and career)

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

diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index 0bd9591674..146711446c 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -202,7 +202,7 @@ class Person:
                    # acquired from address
                   'region',
                    # acquired from career
-                  'subordination', 'role', 'function', 'salary_level',
+                  'group', 'subordination', 'role', 'function', 'salary_level',
                    # needed for movements having a Person as destination / source
                   'destination_region', 'source_region',
                  )
-- 
2.30.9