Skip to content

Commit

Permalink
remove ':' after the shipping category on the invoice template
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Dec 14, 2023
1 parent e449ef0 commit c65c0f2
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 @@ -37,7 +37,7 @@
= item.display_amount_with_adjustments_and_with_taxes
%tr
%td
%strong= "#{@order.shipping_method.category} : "
%strong= "#{@order.shipping_method.category} "
= "(#{@order.shipping_method.name})"
%td{:align => "right"}
%td{:align => "right"}
Expand Down

0 comments on commit c65c0f2

Please sign in to comment.