From b6b3fb8680e39e6fe0829236df1dcead04c0cebb Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 24 Feb 2013 00:53:37 +0000 Subject: [PATCH] [r21156]Descendant Report: Fix changed Sort function name svn: r21403 --- gramps/plugins/textreport/descendreport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/plugins/textreport/descendreport.py b/gramps/plugins/textreport/descendreport.py index 87af64e2e..9b90d05e5 100644 --- a/gramps/plugins/textreport/descendreport.py +++ b/gramps/plugins/textreport/descendreport.py @@ -335,6 +335,7 @@ 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()