Descendant Report: Fix changed Sort function name
svn: r21156
This commit is contained in:
parent
d9409a8998
commit
85a082bb6d
@ -335,7 +335,7 @@ class DescendantReport(Report):
|
|||||||
raise ReportError(_("Person %s is not in the Database") % pid )
|
raise ReportError(_("Person %s is not in the Database") % pid )
|
||||||
|
|
||||||
sort = Sort(self.database)
|
sort = Sort(self.database)
|
||||||
self.by_birthdate = sort.by_birthdate
|
self.by_birthdate = sort.by_birthdate_key
|
||||||
|
|
||||||
#Initialize the Printinfo class
|
#Initialize the Printinfo class
|
||||||
self._showdups = menu.get_option_by_name('dups').get_value()
|
self._showdups = menu.get_option_by_name('dups').get_value()
|
||||||
|
Loading…
Reference in New Issue
Block a user