6542: book report: graphic ancestor or descendant tree reports fail
svn: r21678
This commit is contained in:
parent
b8f2f13e33
commit
bdcc43b911
@ -667,6 +667,7 @@ class AncestorTree(Report):
|
||||
self.database = database
|
||||
self._user = user
|
||||
|
||||
def begin_report(self):
|
||||
"""
|
||||
This report needs the following parameters (class variables)
|
||||
that come in the options class.
|
||||
|
@ -1269,6 +1269,7 @@ class DescendTree(Report):
|
||||
self.options = options
|
||||
self.database = database
|
||||
|
||||
def begin_report(self):
|
||||
""" make the report in its full size and pages to print on
|
||||
scale one or both as needed/desired.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user