5513: notes on places are not exported

svn: r18755
This commit is contained in:
Jérôme Rapinat 2012-01-19 09:04:12 +00:00
parent 5dc85473b7
commit 6bd9bbaf38

View File

@ -1413,6 +1413,8 @@ class GedcomWriter(UpdateCallback):
if location.get_phone():
self.__writeln(level, 'PHON', location.get_phone())
self.__note_references(place.get_note_list(), level+1)
#-------------------------------------------------------------------------
#
#