Author info update
svn: r10162
This commit is contained in:
parent
73f461bc1b
commit
42c1086ae3
@ -601,7 +601,7 @@ class DetAncestorReport(Report):
|
|||||||
self.doc.start_paragraph("DAR-Entry")
|
self.doc.start_paragraph("DAR-Entry")
|
||||||
|
|
||||||
self.doc.write_text(person_name,person_key)
|
self.doc.write_text(person_name,person_key)
|
||||||
self.doc.write_text(". ")
|
#self.doc.write_text(". ")
|
||||||
|
|
||||||
text = ReportUtils.born_str(self.database, ind, print_name,
|
text = ReportUtils.born_str(self.database, ind, print_name,
|
||||||
self.verbose, self.EMPTY_DATE, self.EMPTY_PLACE)
|
self.verbose, self.EMPTY_DATE, self.EMPTY_PLACE)
|
||||||
@ -863,7 +863,7 @@ register_report(
|
|||||||
options_class = DetAncestorOptions,
|
options_class = DetAncestorOptions,
|
||||||
modes = MODE_GUI | MODE_BKI | MODE_CLI,
|
modes = MODE_GUI | MODE_BKI | MODE_CLI,
|
||||||
translated_name = _("Detailed Ancestral Report"),
|
translated_name = _("Detailed Ancestral Report"),
|
||||||
status=(_("Beta")),
|
status=(_("Stable")),
|
||||||
description= _("Produces a detailed ancestral report"),
|
description= _("Produces a detailed ancestral report"),
|
||||||
author_name="Bruce DeGrasse",
|
author_name="Bruce DeGrasse",
|
||||||
author_email="bdegrasse1@attbi.com"
|
author_email="bdegrasse1@attbi.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user