From 98f499a43e728f189c3ce3686ae8d870fe90c56d Mon Sep 17 00:00:00 2001 From: Kanchan Chauhan Date: Wed, 16 Nov 2016 15:17:55 +0530 Subject: [PATCH] [Fix]Product thumbnail in Shopping Cart --- erpnext/templates/includes/order/order_macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/templates/includes/order/order_macros.html b/erpnext/templates/includes/order/order_macros.html index 70a1fd8b4c..e77b8b4801 100644 --- a/erpnext/templates/includes/order/order_macros.html +++ b/erpnext/templates/includes/order/order_macros.html @@ -4,7 +4,7 @@
- {{ product_image_square(d.image) }} + {{ product_image_square(d.thumbnail or d.image) }}
@@ -18,7 +18,7 @@
- {{ product_image_square(d.image) }} + {{ product_image_square(d.thumbnail or d.image) }}