From 34aba72dea31716799b0a9ab5db30f259ec07ea4 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Wed, 22 May 2024 15:45:32 +1000 Subject: [PATCH] Fix order summary mailer view --- app/views/spree/order_mailer/_order_summary.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/order_mailer/_order_summary.html.haml b/app/views/spree/order_mailer/_order_summary.html.haml index 55e0e67cc3..1c3b4c7480 100644 --- a/app/views/spree/order_mailer/_order_summary.html.haml +++ b/app/views/spree/order_mailer/_order_summary.html.haml @@ -20,7 +20,7 @@ = render 'spree/shared/line_item_name', line_item: item %br %small - %em= item.variant.product.supplier.name + %em= item.variant.supplier.name %td - if item.variant.sku.blank? \-