summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/models/ged.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/ged.py b/indoteknik_custom/models/ged.py
index e4fba868..a175c330 100644
--- a/indoteknik_custom/models/ged.py
+++ b/indoteknik_custom/models/ged.py
@@ -261,7 +261,7 @@ class DunningRunGed(models.Model):
else:
query = [
('last_status_awb', '!=', 'POD Return'),
- ('resi_tukar_faktur', '=', False),
+ ('resi_tukar_faktur', '!=', False),
('shipper_faktur_id', '=', 123),
('date_terima_tukar_faktur', '=', False)
]