<%= render :partial => 'spree/admin/shared/error_messages', :locals => { :target => @level } %> <%= form_tag do %>

<%= Spree.t(:inventory_adjustment) %>

<%= Spree.t(:sku) %> <%= Spree.t(:product) %> <%= Spree.t(:options) %> <%= Spree.t(:adjustment) %>
<%= @variant.sku %> <%= @variant.product.name %> <%= variant_options @variant %> <%= text_field :level, :adjustment, :class => 'quantity form-control' %>
<%= submit_tag Spree.t('actions.update') %> <%= Spree.t(:or) %> <%= link_to Spree.t('actions.cancel'), :controller => 'overview', :action => :index %> <% end %>