* src/plugins/NarrativeWeb.py: Support new note API

* src/ReportBase/_ReportUtils.py: Support new note API

svn: r8287
This commit is contained in:
Brian Matherly
2007-03-10 04:25:23 +00:00
parent 32e6699bff
commit e463a083a3
3 changed files with 53 additions and 41 deletions

View File

@@ -1325,7 +1325,7 @@ def sanitize_person(db,person):
lds_type == RelLib.LdsOrd.SEAL_TO_SPOUSE :
new_person.add_lds_ord( lds_ord )
new_person.set_note(person.get_note(markup=True))
new_person.set_note_list(person.get_note_list())
return new_person