Bug 9416 GEDCOM import PLAC:FORM in local mode doesn't work

This commit is contained in:
prculley 2016-05-12 10:10:48 -05:00
parent 358428181b
commit 89e0297881

View File

@ -5440,6 +5440,8 @@ class GedcomParser(UpdateCallback):
self.__parse_level(sub_state, self.event_place_map,
self.__undefined)
state.msg += sub_state.msg
if sub_state.pf: # if we found local PLAC:FORM
state.pf = sub_state.pf # save to override global value
# merge notes etc into place
state.place.merge(sub_state.place)