7105: missing event_ref_list into get_citation_child_list method
svn: r23262
This commit is contained in:
parent
13eeb38282
commit
cd01cb92ef
@ -320,7 +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.lds_ord_list + self.child_ref_list + self.event_ref_list
|
||||
return check_list
|
||||
|
||||
def get_note_child_list(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user