From 5c335550e3847568f4188c46e65ea6511e73076c Mon Sep 17 00:00:00 2001 From: Shreya Date: Thu, 27 Sep 2018 13:55:59 +0530 Subject: [PATCH] Fetch item_group's name and image on website if children --- erpnext/templates/includes/products_as_grid.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/templates/includes/products_as_grid.html b/erpnext/templates/includes/products_as_grid.html index 9908c8a247e..8da82de72b2 100644 --- a/erpnext/templates/includes/products_as_grid.html +++ b/erpnext/templates/includes/products_as_grid.html @@ -3,8 +3,8 @@
- {{ product_image_square(thumbnail or website_image) }} -
{{ item_name }}
+ {{ product_image_square(thumbnail or website_image or image) }} +
{{ item_name or name }}
{% if price_sales_uom %}
{{ price_sales_uom }}
({{ price_stock_uom }} / {{ stock_uom }})