6881: latin_american broken for partial families
svn: r23193
This commit is contained in:
parent
203508eab1
commit
a79e943c19
@ -303,8 +303,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…
Reference in New Issue
Block a user