6448: Text Reports>Descendant Report gives an AttributeError: 'Sort' object has no attribute by_birthdate
svn: r21358
This commit is contained in:
parent
801f1b77aa
commit
260170ce36
@ -334,7 +334,6 @@ class DescendantReport(Report):
|
|||||||
raise ReportError(_("Person %s is not in the Database") % pid )
|
raise ReportError(_("Person %s is not in the Database") % pid )
|
||||||
|
|
||||||
sort = Sort(self.database)
|
sort = Sort(self.database)
|
||||||
self.by_birthdate = sort.by_birthdate
|
|
||||||
|
|
||||||
#Initialize the Printinfo class
|
#Initialize the Printinfo class
|
||||||
self._showdups = menu.get_option_by_name('dups').get_value()
|
self._showdups = menu.get_option_by_name('dups').get_value()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user