diff options
Diffstat (limited to 'fixco_custom')
| -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 4ed0994..f4461ed 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_receipt and + l.picking_id.tracking_number == picking_line.scan_receipt and l.carrier == picking_line.carrier ) |
