From 7f0941a7c6fd75bd4aa79090da8fe70ba8575242 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 7 Jun 2024 09:56:26 +0700 Subject: fix error created at while parsing ged api --- indoteknik_custom/models/ged.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/ged.py b/indoteknik_custom/models/ged.py index ef7b422a..d438a065 100644 --- a/indoteknik_custom/models/ged.py +++ b/indoteknik_custom/models/ged.py @@ -257,7 +257,7 @@ class GedApi(models.Model): status = line['status'] if status == 'Received At Warehouse' and not dunning_run.date_kirim_tukar_faktur: - dunning_run.date_kirim_tukar_faktur = line.created_at + dunning_run.date_kirim_tukar_faktur = created_at dunning_run.copy_date_faktur() param_line = { -- cgit v1.2.3