From fc1aaa10ac1f34bb932a4e1ed8561a7de3884059 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sat, 10 Jan 2026 13:44:38 +0700 Subject: push --- fixco_custom/models/shipment_group.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/fixco_custom/models/shipment_group.py b/fixco_custom/models/shipment_group.py index 36a781b..4912ce3 100644 --- a/fixco_custom/models/shipment_group.py +++ b/fixco_custom/models/shipment_group.py @@ -275,9 +275,7 @@ class PickingLine(models.Model): # Cari duplikat selain dirinya dup = self.search([ - '|', ('scan_receipt', '=', line.scan_receipt), - ('scan_receipt', '=', line.invoice_marketplace), # ('id', '!=', line.id) ], limit=1) -- cgit v1.2.3