9320: D.A.R. has ? for locations when [private data is excluded]

This commit is contained in:
Paul Franklin 2016-03-21 16:52:50 -07:00
parent 5032a1e189
commit d2acfdf48e

View File

@ -1098,6 +1098,7 @@ def sanitize_place(db, place):
new_place.set_latitude(place.get_latitude())
new_place.set_alternate_locations(place.get_alternate_locations())
new_place.set_name(place.get_name())
new_place.set_alternative_names(place.get_alternative_names())
new_place.set_type(place.get_type())
new_place.set_code(place.get_code())
new_place.set_placeref_list(place.get_placeref_list())