Commit ed769103 authored by Kevin Deldycke's avatar Kevin Deldycke

Add the Birth Name property (aka "Maiden Name").


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3587 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea81a632
...@@ -50,6 +50,11 @@ class Person: ...@@ -50,6 +50,11 @@ class Person:
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'birth_name'
, 'description': 'Also called maiden name.'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'prefix' { 'id' : 'prefix'
, 'description': '' , 'description': ''
, 'type' : 'string' , 'type' : 'string'
...@@ -66,7 +71,7 @@ class Person: ...@@ -66,7 +71,7 @@ class Person:
, 'mode' : 'w' , 'mode' : 'w'
}, },
{ 'id' : 'social_code' { 'id' : 'social_code'
, 'description': 'The social code of this person' , 'description': 'The social code of this person.'
, 'type' : 'string' , 'type' : 'string'
, 'mode' : 'w' , 'mode' : 'w'
}, },
......
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