Minor correction
svn: r1511
This commit is contained in:
parent
71bcb62b8d
commit
d4ecd9594e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user