diff --git a/frappe/templates/print_formats/standard_macros.html b/frappe/templates/print_formats/standard_macros.html index 19c8dafc9e..cf55bf4b13 100644 --- a/frappe/templates/print_formats/standard_macros.html +++ b/frappe/templates/print_formats/standard_macros.html @@ -1,4 +1,4 @@ -{% macro render_field(df, doc, no_of_cols) -%} +{% macro render_field(df, doc, no_of_cols=2) -%} {%- if df.fieldtype=="Table" -%} {{ render_table(df, doc) }} {%- elif df.fieldtype=="HTML" and df.options -%}