mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-05 02:41:33 +00:00
track_inventory_levels is always true in OFN
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user