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