diff --git a/erpnext/templates/print_formats/includes/item_table_description.html b/erpnext/templates/print_formats/includes/item_table_description.html index b7437a7f82..99215e8fe9 100644 --- a/erpnext/templates/print_formats/includes/item_table_description.html +++ b/erpnext/templates/print_formats/includes/item_table_description.html @@ -35,7 +35,7 @@ {% if compact -%} {%- for fieldname in doc.flags.show_in_description -%} - {% if doc.get(fieldname) -%} + {% if doc.get(fieldname) and doc.in_format_data(fieldname) -%}

{{ _(doc.meta.get_label(fieldname)) }}: {{ doc.get_formatted(fieldname, translated=True) }}