Get book report working again.

svn: r9223
This commit is contained in:
Brian Matherly
2007-10-21 04:20:05 +00:00
parent 8547df5480
commit 5fbff2823c
3 changed files with 10 additions and 4 deletions

View File

@ -1066,7 +1066,9 @@ class BookReportDialog(ReportDialog):
def make_document(self):
"""Create a document of the type requested by the user."""
self.doc = self.format(self.selected_style,
BaseDoc.PaperStyle(self.paper,self.orien),
BaseDoc.PaperStyle(self.paper_size,
self.paper_orientation,
*self.paper_margins),
self.template_name)
self.rptlist = []