Skip to content
Snippets Groups Projects
Commit f8671cb4 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[REVERT] b6a7402f, pagereset seems to be...

[REVERT] b6a7402f, pagereset seems to be useful in some cases. Need to check deeper
parent 02035b27
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment