From bfb4997207da95fdb2e4ca4ed21821794657a2c3 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Mon, 8 Apr 2024 21:19:01 +1000 Subject: [PATCH] Fix product and inventory report, lettuce share --- lib/reporting/reports/products_and_inventory/lettuce_share.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporting/reports/products_and_inventory/lettuce_share.rb b/lib/reporting/reports/products_and_inventory/lettuce_share.rb index 366332fd55..7d3fa4a807 100644 --- a/lib/reporting/reports/products_and_inventory/lettuce_share.rb +++ b/lib/reporting/reports/products_and_inventory/lettuce_share.rb @@ -65,7 +65,7 @@ module Reporting end def producer_name(variant) - variant.product.supplier.name + variant.supplier.name end def certification(variant)