* src/GrampsDb/_GrampsDbWriteXML.py (write_xml_data): Place notes
at the end. svn: r8200
This commit is contained in:
@@ -1134,7 +1134,9 @@ class GrampsParser(UpdateCallback):
|
||||
handle = attrs['hlink'].replace('_','')
|
||||
self.db.check_note_from_handle(handle,self.trans)
|
||||
|
||||
if self.address:
|
||||
if self.source_ref:
|
||||
self.source_ref.add_note(handle)
|
||||
elif self.address:
|
||||
self.address.add_note(handle)
|
||||
elif self.ord:
|
||||
self.ord.add_note(handle)
|
||||
|
||||
Reference in New Issue
Block a user