diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-06-18 11:16:12 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-06-18 11:16:12 +0700 |
| commit | 1a6ad278493ef88e01485d72ebc697b61aec077a (patch) | |
| tree | f0db9f96cea9cd2a3e490d01b2dd1e0020fb0bf3 /indoteknik_custom/models/shipment_group.py | |
| parent | 9d7d71f23de6335464d96d2a04ba8b36db620105 (diff) | |
| parent | cca31a5f582e097518701a192d4cda88525fc979 (diff) | |
<hafid> merging & fix tempo
Diffstat (limited to 'indoteknik_custom/models/shipment_group.py')
| -rw-r--r-- | indoteknik_custom/models/shipment_group.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/shipment_group.py b/indoteknik_custom/models/shipment_group.py index fcde39c9..4969c35a 100644 --- a/indoteknik_custom/models/shipment_group.py +++ b/indoteknik_custom/models/shipment_group.py @@ -22,7 +22,7 @@ class ShipmentGroup(models.Model): picking_names = [lines.picking_id.name for lines in self.shipment_line] if rec.shipment_id.carrier_id.id == 173: rec.picking_id.action_get_kgx_pod( - shipment=f"{self.number}, {', '.join(picking_names)}" + shipment=f"{self.number}" ) elif rec.shipment_id.carrier_id.id == 151: rec.picking_id.track_envio_shipment(shipment=f"{self.number}") |
