From 6855b87f762c91b99a682efe665280c023f5ff51 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Wed, 25 Apr 2018 13:03:11 +0530 Subject: [PATCH] [fix] featured product thumbnail --- erpnext/templates/pages/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/templates/pages/home.html b/erpnext/templates/pages/home.html index 750fa3849f3..f36b4e08172 100644 --- a/erpnext/templates/pages/home.html +++ b/erpnext/templates/pages/home.html @@ -18,7 +18,8 @@
- {{ product_image_square(item.thumbnail or item.image) }} + + {{ product_image_square(item.image) }}
{{ item.item_name }}