diff --git a/backend/app/views/spree/admin/stock_items/_stock_management.html.erb b/backend/app/views/spree/admin/stock_items/_stock_management.html.erb index dd60893d4a2..1cb745a10f8 100644 --- a/backend/app/views/spree/admin/stock_items/_stock_management.html.erb +++ b/backend/app/views/spree/admin/stock_items/_stock_management.html.erb @@ -64,6 +64,7 @@ <% variant.stock_items.each do |item| %> <% if @stock_item_stock_locations.include?(item.stock_location) %> + <%# This is rendered in JS %> <% end %> <% end %>