track_inventory_levels is always true in OFN

This commit is contained in:
Luis Ramos
2020-08-06 10:25:09 +01:00
parent 8f19ad0646
commit e0ea25b7a3
2 changed files with 0 additions and 10 deletions

View File

@@ -19,8 +19,6 @@ module Spree
private
def update_stock_item_quantity
return unless Spree::Config[:track_inventory_levels]
stock_item.adjust_count_on_hand quantity
end
end