From 658134e46494a6b2d2498a321178682ae005a1e6 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Thu, 14 Feb 2013 23:41:35 +0000 Subject: [PATCH] 6448: Text Reports>Descendant Report gives an AttributeError: 'Sort' object has no attribute by_birthdate svn: r21357 --- gramps/plugins/textreport/descendreport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/plugins/textreport/descendreport.py b/gramps/plugins/textreport/descendreport.py index 9b90d05e5..87af64e2e 100644 --- a/gramps/plugins/textreport/descendreport.py +++ b/gramps/plugins/textreport/descendreport.py @@ -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()