fix bug: spouse data was not shown in personviews
svn: r14222
This commit is contained in:
parent
02097dd421
commit
f152ac25d8
@ -208,7 +208,7 @@ class PeopleBaseModel(object):
|
|||||||
family.get_mother_handle()]:
|
family.get_mother_handle()]:
|
||||||
if not spouse_id:
|
if not spouse_id:
|
||||||
continue
|
continue
|
||||||
if spouse_id == handle:
|
if spouse_id == data[0]:
|
||||||
continue
|
continue
|
||||||
spouse = self.db.get_person_from_handle(spouse_id)
|
spouse = self.db.get_person_from_handle(spouse_id)
|
||||||
if spouses_names:
|
if spouses_names:
|
||||||
|
Loading…
Reference in New Issue
Block a user