5526: Complete Individual report sometimes has trailing blank page

svn: r18763
This commit is contained in:
Paul Franklin 2012-01-23 17:09:03 +00:00
parent ae4f21a428
commit 0f4284e842

View File

@ -642,7 +642,7 @@ class IndivCompleteReport(Report):
self.write_addresses()
self.write_note()
if self.use_srcs:
if self.use_pagebreak:
if self.use_pagebreak and self.bibli.get_citation_count():
self.doc.page_break()
Endnotes.write_endnotes(self.bibli, self.database, self.doc,
printnotes=self.use_srcs_notes)