mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-31 06:31:41 +00:00
Update Order::Updater adjustment handling
This commit is contained in:
@@ -122,7 +122,7 @@ module OrderManagement
|
||||
end
|
||||
|
||||
def update_all_adjustments
|
||||
order.adjustments.reload.each(&:update!)
|
||||
order.all_adjustments.reload.each(&:update!)
|
||||
end
|
||||
|
||||
def before_save_hook
|
||||
|
||||
Reference in New Issue
Block a user