From c3538c4ca8fa65b8479d906c52f7758c1927fe91 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Tue, 27 Apr 2004 07:21:29 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index 833d311fab..8ae9d5a928 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -62,6 +62,8 @@ class Person:
             'description' : 'The social code of this person',
             'type'        : 'string',
             'mode'        : 'w' },                                                     
+        # Compatibility with early releases
+        
         # Contact fields
         { 'id'          : 'address',
           'storage_id'  : 'default_address',
@@ -136,5 +138,5 @@ class Person:
         )
 
     _categories = ( 'group', 'market_segment', 'region',
-                    'gender', 'product_line', 'subordination', 'nationality',)
+                    'gender', 'product_line', 'subordination', 'assignment', 'nationality',)
 
-- 
2.30.9