diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-21 13:21:18 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-21 13:21:18 +0700 |
| commit | 66944c76ff475f2228c786d9057f9adbc93a1213 (patch) | |
| tree | 1fd8111fd5b67958ecc5b437c7216f2c1f116051 | |
| parent | 79eb2d852bca1d6f2a41b4649ae264fe87034e58 (diff) | |
fix
| -rw-r--r-- | indoteknik_custom/models/ged.py | 2 |
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) ] |
