Update
svn: r2218
This commit is contained in:
parent
d99bd41d66
commit
503c29fcb7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user