Minor correction

svn: r1511
This commit is contained in:
Alex Roitman 2003-05-10 06:18:06 +00:00
parent ebec774ea0
commit 447e0eb1d2

View File

@ -376,7 +376,7 @@ class FtmAncestorReport(Report.Report):
birth_valid = bdate != "" or bplace != ""
if birth_valid and death_valid:
if person.getGender() == RelLib.Person.male:
if spouse.getGender() == RelLib.Person.male:
if bdate:
if bplace:
if ddate: