diff --git a/lib/reporting/reports/enterprise_fee_summary/scope.rb b/lib/reporting/reports/enterprise_fee_summary/scope.rb index 023fc36f7a..177ba90713 100644 --- a/lib/reporting/reports/enterprise_fee_summary/scope.rb +++ b/lib/reporting/reports/enterprise_fee_summary/scope.rb @@ -366,7 +366,7 @@ module Reporting chain_to_scope do select( <<-JOIN_STRING.strip_heredoc - SUM(spree_adjustments.amount)::NUMERIC AS total_amount, + SUM(spree_adjustments.amount) AS total_amount, spree_payment_methods.name AS payment_method_name, spree_shipping_methods.name AS shipping_method_name, hubs.name AS hub_name,