0001973: Show all or no half siblings in Detailed Ancestral Report
svn: r11626
This commit is contained in:
parent
042379ae5b
commit
58222b68b1
@ -181,6 +181,7 @@ class DetAncestorReport(Report):
|
|||||||
family = self.database.get_family_from_handle(family_handle)
|
family = self.database.get_family_from_handle(family_handle)
|
||||||
mother_handle = family.get_mother_handle()
|
mother_handle = family.get_mother_handle()
|
||||||
if mother_handle is None or \
|
if mother_handle is None or \
|
||||||
|
mother_handle not in self.map.values() or \
|
||||||
person.get_gender() == gen.lib.Person.FEMALE:
|
person.get_gender() == gen.lib.Person.FEMALE:
|
||||||
if self.listchildren:
|
if self.listchildren:
|
||||||
self.write_children(family)
|
self.write_children(family)
|
||||||
|
Loading…
Reference in New Issue
Block a user