9003: Locality data in address was not imported

This commit is contained in:
romjerome 2015-10-27 09:43:26 +01:00
parent 1acd60d7f2
commit dd9984daee

View File

@ -663,6 +663,7 @@ class GrampsParser(UpdateCallback):
"placeref": (self.start_placeref, self.stop_placeref),
"ptitle": (None, self.stop_ptitle),
"pname": (self.start_place_name, self.stop_place_name),
"locality": (None, self.stop_locality),
"location": (self.start_location, None),
"lds_ord": (self.start_lds_ord, self.stop_lds_ord),
"temple": (self.start_temple, None),