diff --git a/app/views/spree/checkout/_other_available_distributors.html.erb b/app/views/spree/checkout/_other_available_distributors.html.erb index 51ed8bce0e..026b320b90 100644 --- a/app/views/spree/checkout/_other_available_distributors.html.erb +++ b/app/views/spree/checkout/_other_available_distributors.html.erb @@ -1,3 +1,4 @@ +<% unless @order.state != 'address' %>
<% other_available_distributors = @order.available_distributors @@ -13,4 +14,5 @@ <% else %> No alternative distributors available. <% end %> -
\ No newline at end of file + +<% end %> \ No newline at end of file