svn: r2218
This commit is contained in:
Alex Roitman 2003-10-08 13:01:55 +00:00
parent 755d9f9879
commit 1b709537e3

View File

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