Skip to content

Commit

Permalink
Merge pull request #3835 from brchristian/patch-4
Browse files Browse the repository at this point in the history
Update order_tabs Order number format
  • Loading branch information
kennyadsl authored Apr 30, 2021
2 parents 16233ed + 627d6db commit d0e27f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/shared/_order_tabs.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% admin_breadcrumb(link_to plural_resource_name(Spree::Order), spree.admin_orders_path) %>
<% admin_breadcrumb(link_to "##{@order.number}", spree.edit_admin_order_path(@order)) %>
<% admin_breadcrumb(link_to @order.number, spree.edit_admin_order_path(@order)) %>


<% content_for :sidebar_title do %>
Expand Down

0 comments on commit d0e27f5

Please sign in to comment.