Fixed call to delete_empty_family
svn: r655
This commit is contained in:
parent
2e2057c632
commit
e8a3f686c5
@ -468,7 +468,7 @@ class MergePeople:
|
||||
if self.p2 == fam.getMother():
|
||||
fam.setMother(self.p1)
|
||||
if fam.getFather() == None and fam.getMother() == None:
|
||||
self.delete_empty_family(self)
|
||||
self.delete_empty_family(fam)
|
||||
|
||||
def remove_marriage(self,family,person):
|
||||
if person:
|
||||
|
Loading…
Reference in New Issue
Block a user