9003: Locality data in address was not imported

This commit is contained in:
romjerome 2015-10-27 09:50:28 +01:00
parent 1ec8a8f2c3
commit 4af6dd88c2

View File

@ -681,7 +681,8 @@ class GrampsParser(UpdateCallback):
"datestr": (self.start_datestr, None),
"places": (None, self.stop_places),
"placeobj": (self.start_placeobj, self.stop_placeobj),
"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),