Fix DetailedDescendant and DetailedAncestor reports.
svn: r13738
This commit is contained in:
parent
6c6f04f5bb
commit
443e4b3fd4
@ -137,7 +137,8 @@ class DetAncestorReport(Report):
|
|||||||
empty_place = ""
|
empty_place = ""
|
||||||
|
|
||||||
self.__narrator = Narrator(self.database, self.verbose, use_call,
|
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)
|
self.bibli = Bibliography(Bibliography.MODE_PAGE)
|
||||||
|
|
||||||
|
@ -147,7 +147,8 @@ class DetDescendantReport(Report):
|
|||||||
empty_place = ""
|
empty_place = ""
|
||||||
|
|
||||||
self.__narrator = Narrator(self.database, self.verbose, use_call,
|
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)
|
self.bibli = Bibliography(Bibliography.MODE_PAGE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user