From 2acbb11923da8d124dd7416cba494d396290f64f Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 19 Oct 2016 12:07:23 +0530 Subject: [PATCH] [fix] print format image size --- .../print_formats/includes/item_table_description.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/print_formats/includes/item_table_description.html b/erpnext/templates/print_formats/includes/item_table_description.html index 16e98e0ea4..e99d71255a 100644 --- a/erpnext/templates/print_formats/includes/item_table_description.html +++ b/erpnext/templates/print_formats/includes/item_table_description.html @@ -2,7 +2,7 @@ {%- set compact_fields = doc.flags.compact_item_fields -%} {% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%} -
+
{%- endif %}