diff options
| -rw-r--r-- | fixco_custom/models/shipment_group.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |
