From 69ca38252998eb3be502b70db229901cd4f3f5f6 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Mon, 3 Oct 2016 17:15:42 +0530 Subject: [PATCH] [fix] image size fix in print format --- .../print_formats/includes/item_table_description.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/templates/print_formats/includes/item_table_description.html b/erpnext/templates/print_formats/includes/item_table_description.html index e8a98f0b054..16e98e0ea41 100644 --- a/erpnext/templates/print_formats/includes/item_table_description.html +++ b/erpnext/templates/print_formats/includes/item_table_description.html @@ -3,8 +3,7 @@ {% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%}
-
-
+
{%- endif %}