Skip to content

Commit ec1c421

Browse files
authored
Merge pull request solidusio#6107 from SuperGoodSoft/fix-typo-in-stock-location-form-partial
Fix field container identifier on admin stock location
2 parents efe8b97 + 72af4a8 commit ec1c421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/views/spree/admin/stock_locations/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<fieldset class="no-border-bottom">
2525
<legend><%= t('.address') %></legend>
2626

27-
<%= f.field_container :check_stock_on_transfer do %>
27+
<%= f.field_container :address1 do %>
2828
<%= f.label :address1 %>
2929
<%= f.text_field :address1, class: 'fullwidth' %>
3030
<% end %>

0 commit comments

Comments
 (0)