0001973: Show all or no half siblings in Detailed Ancestral Report

svn: r11626
This commit is contained in:
Brian Matherly 2009-01-15 16:28:57 +00:00
parent 042379ae5b
commit 58222b68b1

View File

@ -181,6 +181,7 @@ class DetAncestorReport(Report):
family = self.database.get_family_from_handle(family_handle)
mother_handle = family.get_mother_handle()
if mother_handle is None or \
mother_handle not in self.map.values() or \
person.get_gender() == gen.lib.Person.FEMALE:
if self.listchildren:
self.write_children(family)