Fixed a small error were if you added a Descendent Chart, you were
given three option for a title. Only the first two should be available. svn: r19429
This commit is contained in:
parent
157d32a963
commit
2bb2b59a90
@ -1632,7 +1632,7 @@ class DescendTreeOptions(MenuReportOptions):
|
||||
[0, _("Do not include a title") ],
|
||||
[1, _("Descendant Chart for [selected person(s)]") ],
|
||||
]
|
||||
if self.name != _RPT_NAME:
|
||||
if self.name.split(",")[0] != _RPT_NAME:
|
||||
item_list.append(
|
||||
[2, _("Family Chart for [names of chosen family]") ]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user