mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-16 04:24:23 +00:00
Fix bulk coop report
This commit is contained in:
@@ -122,7 +122,7 @@ module Reporting
|
||||
ship_address: create(:address))
|
||||
end
|
||||
let(:li2) do
|
||||
build(:line_item_with_shipment, product: create(:simple_product, supplier: s1))
|
||||
build(:line_item_with_shipment, variant: create(:variant, supplier: s1))
|
||||
end
|
||||
|
||||
before do
|
||||
@@ -144,7 +144,7 @@ module Reporting
|
||||
ship_address: create(:address))
|
||||
end
|
||||
let(:li2) do
|
||||
build(:line_item_with_shipment, product: create(:simple_product, supplier: s1))
|
||||
build(:line_item_with_shipment, variant: create(:variant, supplier: s1))
|
||||
end
|
||||
|
||||
before do
|
||||
|
||||
Reference in New Issue
Block a user