svn: r1636
This commit is contained in:
Alex Roitman 2003-06-02 18:50:11 +00:00
parent 21384c48db
commit ccad62d567

View File

@ -516,13 +516,13 @@ class DetDescendantReport(Report):
for fam in person.getFamilyList():
mate = ""
if person.getGender() == RelLib.Person.male:
heshe = _("He")
heshe = _("She")
if fam.getMother():
mate = fam.getMother()
mateName = mate.getPrimaryName().getRegularName()
mateFirstName = mate.getPrimaryName().getFirstName()
else:
heshe = _("She")
heshe = _("He")
if fam.getFather():
mate = fam.getFather()
mateName = mate.getPrimaryName().getRegularName()