6881: latin_american broken for partial families

svn: r23192
This commit is contained in:
Vassilii Khachaturov 2013-09-25 11:11:24 +00:00
parent 8b64a00c51
commit 736de69fb9

View File

@ -298,8 +298,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 = Name()
preset_name(mother, mothername)