3255: patch for Descendant Report text error from lcc

svn: r13332
This commit is contained in:
Doug Blank 2009-10-07 13:13:58 +00:00
parent b2d2820939
commit a31d94d2ed

View File

@ -124,7 +124,8 @@ class DescendantReport(Report):
'death_date' : death_date
})
self.doc.write_text(')')
if birth or death:
self.doc.write_text(')')
def write_report(self):
self.doc.start_paragraph("DR-Title")