diff --git a/app/views/spree/shared/_order_details_steps_data.html.erb b/app/views/spree/shared/_order_details_steps_data.html.erb index 96214287f8..d0fa4d262d 100644 --- a/app/views/spree/shared/_order_details_steps_data.html.erb +++ b/app/views/spree/shared/_order_details_steps_data.html.erb @@ -11,8 +11,7 @@
<%= "Distributor Details" %> <%# link_to "(#{t(:edit)})", checkout_state_path(:address) unless @order.completed? %>
- Distributor: <%= order.distributor.name %>
- Address: <%= order.distributor.address.address1 + ", " + order.distributor.address.city %> + <%= render 'enterprises/distributor_details', :distributor => order.distributor %>
@@ -46,4 +45,4 @@ <% end %> - \ No newline at end of file +