diff --git a/app/models/spree/stock_location.rb b/app/models/spree/stock_location.rb index e20cbd17ce..73fe4dc9d7 100644 --- a/app/models/spree/stock_location.rb +++ b/app/models/spree/stock_location.rb @@ -18,7 +18,7 @@ module Spree # Wrapper for creating a new stock item respecting the backorderable config def propagate_variant(variant) - stock_items.create!(variant:, backorderable: backorderable_default) + stock_items.create!(variant:) end def stock_item(variant)