Minor correction

svn: r1511
This commit is contained in:
Alex Roitman 2003-05-10 06:18:06 +00:00
parent 71bcb62b8d
commit d4ecd9594e

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: