Update
svn: r4006
This commit is contained in:
parent
4385ae0b7c
commit
724e5b89ca
@ -336,7 +336,7 @@ class FtmAncestorReport(Report.Report):
|
||||
else:
|
||||
father_name = ""
|
||||
|
||||
text = ReportUtils.child_str(person.get_gender(),
|
||||
text = ReportUtils.child_str(person,0,
|
||||
father_name,mother_name,dead)
|
||||
if text:
|
||||
self.doc.write_text(text)
|
||||
|
@ -482,7 +482,7 @@ class FtmDescendantReport(Report.Report):
|
||||
else:
|
||||
father_name = ""
|
||||
|
||||
text = ReportUtils.child_str(person.get_gender(),
|
||||
text = ReportUtils.child_str(person,0,
|
||||
father_name,mother_name,dead)
|
||||
if text:
|
||||
self.doc.write_text(text)
|
||||
|
Loading…
Reference in New Issue
Block a user