6542: book report: graphic ancestor or descendant tree reports fail

svn: r21679
This commit is contained in:
Paul Franklin 2013-03-18 18:54:59 +00:00
parent d3a389750f
commit 9e8f6aaab6
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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.
""" """