6881: latin_american broken for partial families
svn: r23185
This commit is contained in:
parent
69a4dc0333
commit
a4ca176c2d
@ -292,8 +292,10 @@ class ChildEmbedList(EmbeddedList):
|
||||
return name
|
||||
if not father:
|
||||
preset_name(mother, name)
|
||||
return name
|
||||
if not mother:
|
||||
preset_name(father, name)
|
||||
return name
|
||||
#we take first surname, and keep that
|
||||
mothername = gen.lib.Name()
|
||||
preset_name(mother, mothername)
|
||||
|
Loading…
Reference in New Issue
Block a user