diff --git a/erpnext/templates/includes/order/order_macros.html b/erpnext/templates/includes/order/order_macros.html index 70a1fd8b4cd..e77b8b4801c 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) }}