[fix] [hot] compact print: check in_format_data for print format builder prints
diff --git a/erpnext/templates/print_formats/includes/item_table_description.html b/erpnext/templates/print_formats/includes/item_table_description.html
index b7437a7..99215e8 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) -%}
 			<p>
 				<strong>{{ _(doc.meta.get_label(fieldname)) }}:</strong>
 				{{ doc.get_formatted(fieldname, translated=True)  }}