remove raw from shipping method name

This commit is contained in:
Mohamed ABDELLANI
2023-12-11 08:32:48 +01:00
parent db653fc945
commit 82d50f58f3

View File

@@ -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"}