* src/plugins/BookReport.py (BookReportDialog.__init__):
Initialize page_html_added before instantiating dialog class. svn: r5464
This commit is contained in:
parent
bc09713dbd
commit
7a8f2a17a2
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user