6881: latin_american broken for partial families
svn: r23192
This commit is contained in:
parent
8b64a00c51
commit
736de69fb9
@ -298,8 +298,10 @@ class ChildEmbedList(EmbeddedList):
|
|||||||
return name
|
return name
|
||||||
if not father:
|
if not father:
|
||||||
preset_name(mother, name)
|
preset_name(mother, name)
|
||||||
|
return name
|
||||||
if not mother:
|
if not mother:
|
||||||
preset_name(father, name)
|
preset_name(father, name)
|
||||||
|
return name
|
||||||
#we take first surname, and keep that
|
#we take first surname, and keep that
|
||||||
mothername = Name()
|
mothername = Name()
|
||||||
preset_name(mother, mothername)
|
preset_name(mother, mothername)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user