diff --git a/app/models/spree/return_authorization.rb b/app/models/spree/return_authorization.rb index 8b762a19c4..fc5acb3f02 100644 --- a/app/models/spree/return_authorization.rb +++ b/app/models/spree/return_authorization.rb @@ -95,6 +95,7 @@ module Spree credit.save order.return if inventory_units.all?(&:returned?) + order.update! end def allow_receive?