Check for None as a spouse in filter, use tabs for options in reports
svn: r985
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user