From e449ef024ca1856352bde6cfccf0caf5381f5fe0 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Mon, 11 Dec 2023 08:32:48 +0100 Subject: [PATCH] remove raw from shipping method name --- app/views/spree/admin/orders/_invoice_table4.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/orders/_invoice_table4.html.haml b/app/views/spree/admin/orders/_invoice_table4.html.haml index 6ec2fc01704f..d8527c8c29fc 100644 --- a/app/views/spree/admin/orders/_invoice_table4.html.haml +++ b/app/views/spree/admin/orders/_invoice_table4.html.haml @@ -38,7 +38,7 @@ %tr %td %strong= "#{@order.shipping_method.category} : " - = "(#{raw(@order.shipping_method.name)})" + = "(#{@order.shipping_method.name})" %td{:align => "right"} %td{:align => "right"} %td{:align => "right"}