Skip to content

Commit

Permalink
remove raw from shipping method name
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Dec 11, 2023
1 parent 5224931 commit e449ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/orders/_invoice_table4.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit e449ef0

Please sign in to comment.