diff --git a/lib/open_food_network/packing_report.rb b/lib/open_food_network/packing_report.rb index 82cb79d4de..dc10020e6a 100644 --- a/lib/open_food_network/packing_report.rb +++ b/lib/open_food_network/packing_report.rb @@ -126,7 +126,8 @@ module OpenFoodNetwork def line_item_includes [{ order: [:bill_address, :distributor, :customer], - variant: [{ option_values: :option_type }, { product: :supplier }] }] + variant: [{ option_values: [:option_type] }, + { product: [:supplier, :shipping_category] }] }] end def permissions