summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/models/ged.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/ged.py b/indoteknik_custom/models/ged.py
index c380088b..9b949687 100644
--- a/indoteknik_custom/models/ged.py
+++ b/indoteknik_custom/models/ged.py
@@ -246,7 +246,8 @@ class DunningRunGed(models.Model):
query = [
('last_status_awb', '!=', 'POD Return'),
('resi_tukar_faktur', '=', False),
- ('shipper_faktur_id', '=', 123)
+ ('shipper_faktur_id', '=', 123),
+ ('date_terima_tukar_faktur', '=', False)
]
dunnings = self.env['dunning.run'].search(query)