From 2e15a3a43ebdeb55998a6ad78f63eaff4c4a85e5 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Tue, 30 Aug 2005 15:50:19 +0000
Subject: [PATCH] put back subordination categories on person, even if it will
 in reality stored on career

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

diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index 57f8d81b3e..c73bcce371 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -175,5 +175,5 @@ class Person:
     },
   )
 
-  _categories = ( 'region', 'gender', 'product_line', 'nationality', 'marital_status'
-                )
+  _categories = ( 'region', 'gender', 'product_line', 'nationality', 'marital_status',
+                  'subordination')
-- 
2.30.9