Skip to content

Commit

Permalink
Merge pull request #2226 from Sinetheta/fix-order-history
Browse files Browse the repository at this point in the history
Fix admin user order history table
  • Loading branch information
mamhoff authored Sep 20, 2017
2 parents b175606 + db11405 commit 3f485cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/users/orders.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<td>
<% if order.shipment_state %>
<span class="pill pill-<%= order.shipment_state %>">
<%= Spree.t(@order.shipment_state, scope: :shipment_states) %>
<%= Spree.t(order.shipment_state, scope: :shipment_states) %>
</span>
<% end %>
</td>
Expand Down

0 comments on commit 3f485cf

Please sign in to comment.