7105: missing event_ref_list into get_citation_child_list method
svn: r23261
This commit is contained in:
parent
414d76ccac
commit
6cffd52731
@ -284,7 +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.lds_ord_list + self.child_ref_list + self.event_ref_list
|
||||
return check_list
|
||||
|
||||
def get_note_child_list(self):
|
||||
|
Loading…
Reference in New Issue
Block a user