Check for None as a spouse in filter, use tabs for options in reports

svn: r985
This commit is contained in:
Don Allingham
2002-05-12 02:48:25 +00:00
parent 236ecaf084
commit 08d517803e
3 changed files with 21 additions and 13 deletions

View File

@@ -213,6 +213,7 @@ class IsDescendantFamilyOf(Rule):
s = fm.getMother()
else:
s = fm.getFather()
if s:
for (f,r1,r2) in s.getParentList():
for p1 in [f.getMother(),f.getFather()]:
if p1: