From daca5fbf1368c39fa3daa100747e565b31ece2bd Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Sat, 2 Feb 2019 11:34:53 +0530 Subject: [PATCH] fix: Revert class name for Print Format --- frappe/templates/print_formats/standard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}