From 2965533e2c5ae8d8787742f5b222c3dc2414bca3 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 14 Mar 2016 17:23:40 -0700 Subject: [PATCH] 9294: Error occurs for Complete Individual Report -- complete database --- gramps/plugins/textreport/indivcomplete.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/plugins/textreport/indivcomplete.py b/gramps/plugins/textreport/indivcomplete.py index 31c512acb..ec33908e9 100644 --- a/gramps/plugins/textreport/indivcomplete.py +++ b/gramps/plugins/textreport/indivcomplete.py @@ -79,6 +79,7 @@ for event_group, type_list in EventType().get_menu_standard_xml(): TYPE2GROUP[event_type] = event_group SECTION_LIST.append(CUSTOM) TYPE2GROUP[EventType.CUSTOM] = CUSTOM +TYPE2GROUP[EventType.UNKNOWN] = _T_("Unknown") #------------------------------------------------------------------------ #