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 d9409a8998
commit 85a082bb6d

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