* src/plugins/BookReport.py (BookReportDialog.__init__):

Initialize page_html_added before instantiating dialog class.


svn: r5464
This commit is contained in:
Alex Roitman 2005-12-02 01:30:55 +00:00
parent bc09713dbd
commit 7a8f2a17a2
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@
* src/ReportUtils.py (child_str): Initialize text.
* src/docgen/LaTeXDoc.py: support "____"; support roman numerals
in paragraph leaders.
* src/plugins/BookReport.py (BookReportDialog.__init__):
Initialize page_html_added before instantiating dialog class.
2005-12-01 Benny Malengier <bm@cage.UGent.be>
* src/dates/Date_nl.py: Add to CVS (bmcage).

View File

@ -962,6 +962,7 @@ class BookReportDialog(Report.ReportDialog):
def __init__(self,database,person,book,options):
self.options = options
self.page_html_added = False
Report.BareReportDialog.__init__(self,database,person,options,
'book',_("Book Report"))
self.book = book