Duplicate marriage

This commit is contained in:
SNoiraud 2019-09-16 22:36:58 +02:00 committed by Nick Hall
parent 03fb2ff1c2
commit 95a0216287

View File

@ -1425,7 +1425,8 @@ class WebCalReport(Report):
if father_handle == person.handle:
spouse_handle = mother_handle
else:
spouse_handle = father_handle
continue # with next person if this was
# the marriage event
if spouse_handle:
spouse = db.get_person_from_handle(spouse_handle)
if spouse: