diff --git a/frappe/templates/print_formats/standard.html b/frappe/templates/print_formats/standard.html index f5ce1d3f5a..642e74415e 100644 --- a/frappe/templates/print_formats/standard.html +++ b/frappe/templates/print_formats/standard.html @@ -6,19 +6,6 @@ {{ add_header(loop.index, layout|len, doc, letter_head, no_letterhead, footer, print_settings, print_heading_template) }} - {% if print_settings.repeat_header_footer %} - - {% endif %} - {% for section in page %}
{%- if doc.print_line_breaks and loop.index != 1 -%}
{%- endif -%} @@ -35,5 +22,18 @@ {% endfor %}
{% endfor %} + + {% endfor %}