[REVERT] b6a7402fdb, pagereset seems to be useful in some cases. Need to check deeper

This commit is contained in:
Denis Ledoux 2014-05-22 16:10:56 +02:00
parent 02035b27b8
commit f8671cb48a
1 changed files with 2 additions and 0 deletions

View File

@ -1001,6 +1001,8 @@ class _rml_template(object):
if story_cnt > 0:
fis.append(platypus.PageBreak())
fis += r.render(node_story)
# Reset Page Number with new story tag
fis.append(PageReset())
story_cnt += 1
try:
if self.localcontext and self.localcontext.get('internal_header',False):