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