summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-08-06 09:25:09 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-08-06 09:25:09 +0700
commit10d0e2bf639b31e58fd0d80a61062aa3ddc8f041 (patch)
treefd92b9538c820e1419154a43f19bea1090d62465 /indoteknik_custom/models/stock_picking.py
parentfcd98b0f038cfa1653b8b12df77750253ebd7a68 (diff)
parentc42bdba2996d85d328897e42e7a1d86001b3a14d (diff)
<hafid> change delivered api
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 92ca6e39..f2f5f52a 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