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

svn: r21358
This commit is contained in:
Paul Franklin 2013-02-14 23:42:02 +00:00
parent 801f1b77aa
commit 260170ce36

@ -334,7 +334,6 @@ class DescendantReport(Report):
raise ReportError(_("Person %s is not in the Database") % pid )
sort = Sort(self.database)
self.by_birthdate = sort.by_birthdate
#Initialize the Printinfo class
self._showdups = menu.get_option_by_name('dups').get_value()