6053: Person and Family pass eventref as object with sources, but it has no sources

svn: r20416
This commit is contained in:
Benny Malengier 2012-09-19 11:31:31 +00:00
parent c0488a4936
commit 947ba31fa5
2 changed files with 2 additions and 4 deletions

View File

@ -284,8 +284,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):

View File

@ -390,8 +390,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):