diff --git a/lib/open_food_network/orders_and_fulfillments_report/customer_totals_report.rb b/lib/open_food_network/orders_and_fulfillments_report/customer_totals_report.rb index c509ce631e..593933e157 100644 --- a/lib/open_food_network/orders_and_fulfillments_report/customer_totals_report.rb +++ b/lib/open_food_network/orders_and_fulfillments_report/customer_totals_report.rb @@ -192,7 +192,7 @@ module OpenFoodNetwork def line_item_includes [{ variant: [{ option_values: :option_type }, { product: :supplier }], order: [:bill_address, :ship_address, :order_cycle, :adjustments, :payments, - :user, :distributor, shipments: { shipping_rates: :shipping_method }] }] + :user, :distributor, :shipments] }] end private