Reset source information between people in the individual complete report.

svn: r8797
This commit is contained in:
Brian Matherly 2007-08-01 11:59:09 +00:00
parent 01f50143d8
commit a117672ac7
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2007-08-01 Brian Matherly <brian@gramps-project.org>
* src/plugins/IndivComplete.py: Reset bibliography between people.
2007-07-16 Piotr Czubaszek <pioterus@gmail.com>
* src/plugins/rel_pl.py: Update.

View File

@ -445,6 +445,7 @@ class IndivCompleteReport(Report):
if count != 0:
self.doc.page_break()
self.slist = []
self.sref_map = {}
media_list = self.start_person.get_media_list()
name = _nd.display(self.start_person)