From 39f616174f21aaa788a375e5c947f5731b0b6fd0 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 4 Jul 2025 15:29:05 +0700 Subject: fix bug --- fixco_custom/models/shipment_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixco_custom/models/shipment_group.py b/fixco_custom/models/shipment_group.py index 228306f..4ed0994 100644 --- a/fixco_custom/models/shipment_group.py +++ b/fixco_custom/models/shipment_group.py @@ -91,7 +91,7 @@ class ShipmentGroup(models.Model): for move in picking_line.picking_id.move_ids_without_package: existing_line = record.shipment_line.filtered( lambda l: l.product_id == move.product_id and - l.invoice_marketplace == picking_line.scan_invoice_marketplace and + l.invoice_marketplace == picking_line.scan_receipt and l.carrier == picking_line.carrier ) -- cgit v1.2.3