* src/GrampsDb/_GrampsDbWriteXML.py (write_xml_data): Place notes

at the end.


svn: r8200
This commit is contained in:
Alex Roitman
2007-02-21 02:54:12 +00:00
parent c076ac0f83
commit 302e3f1dbc
3 changed files with 15 additions and 11 deletions

View File

@@ -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)