Merge branch 'master' of github.com:gramps-project/gramps
This commit is contained in:
commit
a40fbc1716
@ -570,7 +570,7 @@ class Place(CitationBase, NoteBase, MediaBase, UrlBase, PrimaryObject):
|
|||||||
:param acquisition: instance to merge
|
:param acquisition: instance to merge
|
||||||
:type acquisition: :class:'~.place.Place
|
:type acquisition: :class:'~.place.Place
|
||||||
"""
|
"""
|
||||||
if acquisition.name not in self.alt_names:
|
if acquisition.name and (acquisition.name not in self.alt_names):
|
||||||
self.alt_names.append(acquisition.name)
|
self.alt_names.append(acquisition.name)
|
||||||
|
|
||||||
for addendum in acquisition.alt_names:
|
for addendum in acquisition.alt_names:
|
||||||
|
Loading…
Reference in New Issue
Block a user