diff --git a/frappe/templates/print_formats/standard.html b/frappe/templates/print_formats/standard.html index e93295964c..43fe020b2a 100644 --- a/frappe/templates/print_formats/standard.html +++ b/frappe/templates/print_formats/standard.html @@ -27,7 +27,7 @@

{{ _(section.label) }}

{%- endif -%} {% for column in section.columns %} -
+
{% for df in column.fields %} {{ render_field(df, doc) }} {% endfor %}