5489: some FamilyGroup.py rows have no right border

svn: r18726
This commit is contained in:
Paul Franklin 2012-01-09 15:04:54 +00:00
parent f3090242eb
commit 79a6c062c9

View File

@ -133,7 +133,7 @@ class FamilyGroup(Report):
self.doc.end_cell()
if descr:
self.doc.start_cell("FGR-TextContents",2)
self.doc.start_cell("FGR-TextContentsEnd",2)
self.doc.start_paragraph('FGR-Normal')
self.doc.write_text(descr)
self.doc.end_paragraph()