summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-10 13:44:38 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-10 13:44:38 +0700
commitfc1aaa10ac1f34bb932a4e1ed8561a7de3884059 (patch)
treed8a9c7030b6ef28fc709fb12eb6af2ed0944be56
parent23c79946d624f081ef80c57117dba9038569e00a (diff)
<Miqdad> push
-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)