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:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'birth_name'
, 'description': 'Also called maiden name.'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'prefix'
, 'description': ''
, 'type' : 'string'
......@@ -66,7 +71,7 @@ class Person:
, 'mode' : 'w'
},
{ 'id' : 'social_code'
, 'description': 'The social code of this person'
, 'description': 'The social code of this person.'
, 'type' : 'string'
, '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