Commit c3538c4c authored by Yoshinori Okuji's avatar Yoshinori Okuji

*** empty log message ***


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@754 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 17c5133e
......@@ -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',)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment