From a7d6985f76b7bf100c288db4320e6f92329b94c7 Mon Sep 17 00:00:00 2001
From: Alexandre Boeglin <alex@nexedi.com>
Date: Wed, 15 Jun 2005 23:19:29 +0000
Subject: [PATCH] Assignment should use destination instead of subordination.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3264 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Assignment.py | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/product/ERP5/PropertySheet/Assignment.py b/product/ERP5/PropertySheet/Assignment.py
index 058f1ebd54..38403c629f 100755
--- a/product/ERP5/PropertySheet/Assignment.py
+++ b/product/ERP5/PropertySheet/Assignment.py
@@ -46,15 +46,6 @@ class Assignment(Path):
           'description' : 'A title that identify the collective agreement of this person in the case of employee/employer relation.',
           'type'        : 'string',
           'mode'        : 'w' },
-      {   'id'          : 'subordination_title',
-          'description' : 'The title of the organisation this person is subordinated to',
-          'type'        : 'string',
-          'acquisition_base_category'     : ('subordination',),
-          'acquisition_portal_type'       : ('Organisation', ),
-          'acquisition_copy_value'        : 0,
-          'acquisition_accessor_id'       : 'getTitle',
-          'acquisition_depends'           : None,
-          'mode'        : 'w' },
   )
 
-  _categories = ('activity', 'function', 'grade', 'site', 'role', 'skill', 'group', 'subordination',)
+  _categories = ('activity', 'function', 'grade', 'site', 'role', 'skill', 'group',)
-- 
2.30.9