Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351
svn: r11075
This commit is contained in:
parent
e06722c310
commit
59e5d0e83a
@ -300,7 +300,7 @@ class FamilyGroup(Report):
|
|||||||
if self.incParNotes:
|
if self.incParNotes:
|
||||||
for notehandle in person.get_note_list():
|
for notehandle in person.get_note_list():
|
||||||
note = self.database.get_note_from_handle(notehandle)
|
note = self.database.get_note_from_handle(notehandle)
|
||||||
self.dump_parent_line(_("Note"), note.get(False))
|
self.dump_parent_line(_("Note"), note.get())
|
||||||
|
|
||||||
if self.includeAttrs:
|
if self.includeAttrs:
|
||||||
for attr in person.get_attribute_list():
|
for attr in person.get_attribute_list():
|
||||||
|
Loading…
Reference in New Issue
Block a user