From 6cffd5273176bb9ff76c9276ab829f1f9b3f6917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 7 Oct 2013 14:38:30 +0000 Subject: [PATCH] 7105: missing event_ref_list into get_citation_child_list method svn: r23261 --- src/gen/lib/family.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/lib/family.py b/src/gen/lib/family.py index d3b637b6a..25f28f150 100644 --- a/src/gen/lib/family.py +++ b/src/gen/lib/family.py @@ -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):