6448: Text Reports>Descendant Report gives an AttributeError: 'Sort' object has no attribute by_birthdate

svn: r21357
This commit is contained in:
Paul Franklin 2013-02-14 23:41:35 +00:00
parent 5d6e2c991a
commit 658134e464

View File

@ -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()