From b6a0434a4ff9fe580469cf79c30816697e36e48e Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 May 2024 12:06:46 +0700 Subject: add standalone button for get tracking awb in dunning run --- indoteknik_custom/models/ged.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indoteknik_custom/models') diff --git a/indoteknik_custom/models/ged.py b/indoteknik_custom/models/ged.py index 2de88a8d..e1881c45 100644 --- a/indoteknik_custom/models/ged.py +++ b/indoteknik_custom/models/ged.py @@ -280,3 +280,6 @@ class DunningRunGed(models.Model): dunning.date_terima_tukar_faktur = ged_tracking.delivered_date dunning.copy_date_faktur() return + + def get_tracking_history_by_awb(self): + self._get_tracking_history(self.resi_tukar_faktur) \ No newline at end of file -- cgit v1.2.3