Update
svn: r2218
This commit is contained in:
parent
755d9f9879
commit
1b709537e3
@ -611,7 +611,7 @@ class FtmAncestorReport(Report.Report):
|
|||||||
death_valid = ddate != "" or dplace != ""
|
death_valid = ddate != "" or dplace != ""
|
||||||
birth_valid = bdate != "" or bplace != ""
|
birth_valid = bdate != "" or bplace != ""
|
||||||
|
|
||||||
if birth_valid and death_valid:
|
if birth_valid or death_valid:
|
||||||
if spouse.getGender() == RelLib.Person.male:
|
if spouse.getGender() == RelLib.Person.male:
|
||||||
if bdate:
|
if bdate:
|
||||||
if bplace:
|
if bplace:
|
||||||
|
Loading…
Reference in New Issue
Block a user