From 1705d0e93ef6f08e54f52c396203a4d00e286948 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Wed, 10 Nov 2010 17:03:02 +0000 Subject: [PATCH] 4366: Fix bug with event type of Unknown svn: r16172 --- src/plugins/textreport/IndivComplete.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/textreport/IndivComplete.py b/src/plugins/textreport/IndivComplete.py index d57f8cad3..25e864f6e 100644 --- a/src/plugins/textreport/IndivComplete.py +++ b/src/plugins/textreport/IndivComplete.py @@ -101,6 +101,7 @@ GROUP_DICT = {FACTS: [EventType.ADOPT, EventType.PROBATE, EventType.RELIGION, EventType.RETIREMENT, + EventType.UNKNOWN, EventType.WILL], FAMILY: [EventType.ANNULMENT, EventType.BLESS,