From f3a67c4533bf6ee67ade672e33c918fd7efe3ad0 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 15 Jul 2015 12:37:45 +0530 Subject: [PATCH] [fix] Mozilla hack for images in table for print --- .../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 ece5386538a..116523ca044 100644 --- a/erpnext/templates/print_formats/includes/item_table_description.html +++ b/erpnext/templates/print_formats/includes/item_table_description.html @@ -1,7 +1,6 @@ {% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%}
- - +
{%- endif %}