Add Index Mark to Database Summary Report.
svn: r10421
This commit is contained in:
parent
19d8833af1
commit
f64f6dd105
@ -74,7 +74,8 @@ class SummaryReport(Report):
|
||||
"""
|
||||
self.doc.start_paragraph("SR-Title")
|
||||
title = _("Database Summary Report")
|
||||
self.doc.write_text(title)
|
||||
mark = BaseDoc.IndexMark(title, BaseDoc.INDEX_TYPE_TOC, 1)
|
||||
self.doc.write_text(title, mark)
|
||||
self.doc.end_paragraph()
|
||||
|
||||
self.summarize_people()
|
||||
|
Loading…
Reference in New Issue
Block a user