2007-12-11 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/IndivComplete.py: bug on buglist, wrong parameter svn: r9488
This commit is contained in:
parent
6911aa415a
commit
0bad0de909
@ -1,3 +1,6 @@
|
||||
2007-12-11 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/plugins/IndivComplete.py: bug on buglist, wrong parameter
|
||||
|
||||
2007-12-10 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* src/RelLib/_Event.py: add attr to list of sec objects, bug #1318
|
||||
|
||||
|
@ -173,7 +173,8 @@ class IndivCompleteReport(Report):
|
||||
|
||||
if parent:
|
||||
self.normal_cell('%(parent)s, relationship: %(relation)s' %
|
||||
{ 'parent' : parent, 'relation' : rel },mark)
|
||||
{ 'parent' : parent, 'relation' : rel },
|
||||
mark=mark)
|
||||
else:
|
||||
self.normal_cell('')
|
||||
self.doc.end_row()
|
||||
|
Loading…
Reference in New Issue
Block a user