Duplicate marriage
This commit is contained in:
parent
03fb2ff1c2
commit
95a0216287
@ -1425,7 +1425,8 @@ class WebCalReport(Report):
|
|||||||
if father_handle == person.handle:
|
if father_handle == person.handle:
|
||||||
spouse_handle = mother_handle
|
spouse_handle = mother_handle
|
||||||
else:
|
else:
|
||||||
spouse_handle = father_handle
|
continue # with next person if this was
|
||||||
|
# the marriage event
|
||||||
if spouse_handle:
|
if spouse_handle:
|
||||||
spouse = db.get_person_from_handle(spouse_handle)
|
spouse = db.get_person_from_handle(spouse_handle)
|
||||||
if spouse:
|
if spouse:
|
||||||
|
Loading…
Reference in New Issue
Block a user