* src/plugins/BookReport.py (BookReportDialog.__init__):
Initialize page_html_added before instantiating dialog class. svn: r5464
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
* src/ReportUtils.py (child_str): Initialize text.
|
* src/ReportUtils.py (child_str): Initialize text.
|
||||||
* src/docgen/LaTeXDoc.py: support "____"; support roman numerals
|
* src/docgen/LaTeXDoc.py: support "____"; support roman numerals
|
||||||
in paragraph leaders.
|
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>
|
2005-12-01 Benny Malengier <bm@cage.UGent.be>
|
||||||
* src/dates/Date_nl.py: Add to CVS (bmcage).
|
* src/dates/Date_nl.py: Add to CVS (bmcage).
|
||||||
|
@@ -962,6 +962,7 @@ class BookReportDialog(Report.ReportDialog):
|
|||||||
|
|
||||||
def __init__(self,database,person,book,options):
|
def __init__(self,database,person,book,options):
|
||||||
self.options = options
|
self.options = options
|
||||||
|
self.page_html_added = False
|
||||||
Report.BareReportDialog.__init__(self,database,person,options,
|
Report.BareReportDialog.__init__(self,database,person,options,
|
||||||
'book',_("Book Report"))
|
'book',_("Book Report"))
|
||||||
self.book = book
|
self.book = book
|
||||||
|
Reference in New Issue
Block a user