5513: notes on places are not exported

svn: r18754
This commit is contained in:
Jérôme Rapinat 2012-01-19 09:01:47 +00:00
parent 5a17e2f1ca
commit e244fd3c71

View File

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