From 20a41b52cddb22e2298a252a8868c555cb0637d9 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Sat, 9 May 2015 12:17:59 +0530 Subject: [PATCH] [temp-fix] missing product image --- erpnext/templates/includes/product_in_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/includes/product_in_list.html b/erpnext/templates/includes/product_in_list.html index f5ae4dcbfe..91d2d7ac3d 100644 --- a/erpnext/templates/includes/product_in_list.html +++ b/erpnext/templates/includes/product_in_list.html @@ -5,7 +5,7 @@ {%- if website_image -%} {%- else -%} - {% include 'templates/includes/product_missing_image.html' %} +
{%- endif -%}