diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-01 17:00:08 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-01 17:00:08 +0700 |
| commit | a6da6185d08075fe6819427e22fdb1940d50fe62 (patch) | |
| tree | 9c9cca43648f1ed2c9b2dcd39f9dd42f954eabfe | |
| parent | c8d46915cfb2ef9488eea0834c28eed6facfee6c (diff) | |
(andri) fix price shipping biteship StockPicking
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 825368de..75d71ad9 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -810,6 +810,7 @@ class StockPicking(models.Model): self.biteship_tracking_id = data.get("courier", {}).get("tracking_id", "") self.biteship_waybill_id = data.get("courier", {}).get("waybill_id", "") self.delivery_tracking_no = self.biteship_waybill_id + self.biteship_shipping_price = data.get("price", 0.0) waybill_id = self.biteship_waybill_id |
