From cbc8cc38a9312712f37d6875b5290a8c539580bf Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 14 Mar 2016 17:24:07 -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 fe75114ca..6858e5e98 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") #------------------------------------------------------------------------ #