summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fixco_custom/models/shipment_group.py2
1 files changed, 0 insertions, 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)