4598: (trunk 3.3) new name format copies patronymic into surname as well as leaving it as a patronymic when importing

This extends what name display can be


svn: r16848
This commit is contained in:
Benny Malengier
2011-03-18 10:42:03 +00:00
parent b66e7c6bc0
commit 3c9fa2c1d4
4 changed files with 211 additions and 61 deletions

View File

@@ -57,8 +57,9 @@ class Name(SecondaryObject, PrivacyBase, SurnameBase, SourceBase, NoteBase,
LNFN = 1 # last name first name
FNLN = 2 # first name last name
FN = 4 # first name
LNFNP= 5 # primary name primconnector rest, given pa/ma suffix, primprefix
NAMEFORMATS = (DEF, LNFN, FNLN, FN)
NAMEFORMATS = (DEF, LNFN, FNLN, FN, LNFNP)
#deprecated :
PTFN = 3 # patronymic first name