diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-13 09:48:01 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-13 09:49:09 +0700 |
| commit | bb765c2cddb0f630c8cf2a69793aa95f7f8f6f08 (patch) | |
| tree | a28f1884030f73a723e10862ed8d1ab22bf2a7b1 /indoteknik_custom/models/shipment_group.py | |
| parent | 4db20f77298f38c52d9930da1942225f8b8eac50 (diff) | |
change request params to get data kgx
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}") |
