Fix DetailedDescendant and DetailedAncestor reports.

svn: r13738
This commit is contained in:
Brian Matherly 2009-12-07 13:11:43 +00:00
parent 6c6f04f5bb
commit 443e4b3fd4
2 changed files with 4 additions and 2 deletions

View File

@ -137,7 +137,8 @@ class DetAncestorReport(Report):
empty_place = ""
self.__narrator = Narrator(self.database, self.verbose, use_call,
empty_date, empty_place, self.endnotes)
empty_date, empty_place,
get_endnote_numbers=self.endnotes)
self.bibli = Bibliography(Bibliography.MODE_PAGE)

View File

@ -147,7 +147,8 @@ class DetDescendantReport(Report):
empty_place = ""
self.__narrator = Narrator(self.database, self.verbose, use_call,
empty_date, empty_place, self.endnotes)
empty_date, empty_place,
get_endnote_numbers=self.endnotes)
self.bibli = Bibliography(Bibliography.MODE_PAGE)