Descendant Report: Fix changed Sort function name

svn: r21156
This commit is contained in:
John Ralls 2013-01-17 19:48:58 +00:00
parent 296e2f4f86
commit 3b9890d9c4

View File

@ -335,7 +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
self.by_birthdate = sort.by_birthdate_key
#Initialize the Printinfo class
self._showdups = menu.get_option_by_name('dups').get_value()