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

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()