From 33b7c45952c225ba6939a1a1fd65968c0dbfe00f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 23 Nov 2005 14:53:42 +0000
Subject: [PATCH] added 'id' accessors from the default career.

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

diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index f6a3a3e4b0..0b1806e42a 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -159,10 +159,10 @@ class Person:
                               , 'subordination', 'subordination_title', 'subordination_value'
                               , 'subordination_uid_list'
                               , 'collective_agreement_title', 'salary_coefficient'
-                              , 'skill_list', 'skill_title_list', 'skill_value_list'
-                              , 'salary_level', 'salary_level_title', 'salary_level_value'
-                              , 'grade', 'grade_title', 'grade_value'
-                              , 'role', 'role_title', 'role_value'
+                              , 'skill_list', 'skill_id_list', 'skill_title_list', 'skill_value_list'
+                              , 'salary_level', 'salary_level_id', 'salary_level_title', 'salary_level_value'
+                              , 'grade', 'grade_id', 'grade_title', 'grade_value'
+                              , 'role', 'role_id', 'role_title', 'role_value'
                               )
     , 'mode'                : 'w'
     },
-- 
2.30.9