From 7b9465098f5d45eb5a857d4f0f22391962fb7118 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 19 Sep 2012 11:31:31 +0000 Subject: [PATCH] 6053: Person and Family pass eventref as object with sources, but it has no sources svn: r20417 --- src/gen/lib/family.py | 3 +-- src/gen/lib/person.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gen/lib/family.py b/src/gen/lib/family.py index 730a45643..e15925468 100644 --- a/src/gen/lib/family.py +++ b/src/gen/lib/family.py @@ -320,8 +320,7 @@ class Family(CitationBase, NoteBase, MediaBase, AttributeBase, LdsOrdBase, :rtype: list """ check_list = self.media_list + self.attribute_list + \ - self.lds_ord_list + self.child_ref_list + \ - self.event_ref_list + self.lds_ord_list + self.child_ref_list return check_list def get_note_child_list(self): diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index 0035519a8..36224cbc1 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -437,8 +437,7 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase, self.address_list + self.attribute_list + self.lds_ord_list + - self.person_ref_list + - self.event_ref_list + self.person_ref_list ) def get_note_child_list(self):