diff --git a/app/models/invoice/data_presenter.rb b/app/models/invoice/data_presenter.rb index c4485e9905..b90b9444d6 100644 --- a/app/models/invoice/data_presenter.rb +++ b/app/models/invoice/data_presenter.rb @@ -50,7 +50,7 @@ class Invoice end def checkout_adjustments(exclude: [], reject_zero_amount: true) - adjustments = all_eligible_adjustments + adjustments = all_eligible_adjustments.map(&:clone) adjustments.reject! { |a| a.originator_type == 'Spree::TaxRate' }