svn: r4006
This commit is contained in:
Alex Roitman 2005-01-31 05:33:10 +00:00
parent f7daf18f5d
commit 4d88b51b7b
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)