9003: Locality data in address was not imported

This commit is contained in:
romjerome 2015-10-27 09:48:20 +01:00
parent 7d91f4fae8
commit e81c82fcc0

View File

@ -693,7 +693,8 @@ class GrampsParser(UpdateCallback):
"places": (None, self.stop_places),
"placeobj": (self.start_placeobj, self.stop_placeobj),
"placeref": (self.start_placeref, self.stop_placeref),
"ptitle": (None, self.stop_ptitle),
"ptitle": (None, self.stop_ptitle),
"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),