[r21156]Descendant Report: Fix changed Sort function name

svn: r21403
This commit is contained in:
John Ralls 2013-02-24 00:53:37 +00:00
parent 755b653925
commit b6b3fb8680

View File

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