summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-09 11:37:19 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-09 11:37:19 +0700
commitde747091235c844d33bcf62b4d98af0d03251826 (patch)
tree3a0b3a4f35b3a023c780e40fcf57dec2919d4d3f
parent288a7f333c1d37574dba76f3fb3f7216da259cae (diff)
(andri) fix note order biteship
-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 d6413b87..d04b3d27 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -587,6 +587,7 @@ class StockPicking(models.Model):
"destination_postal_code": shipping_partner.zip,
"origin_note": "BELAKANG INDOMARET",
"destination_note": f"SO: {self.sale_id.name}",
+ "order_note": f"SO: {self.sale_id.name}",
"courier_type": courier_service_code,
"courier_company": self.carrier_id.name.lower(),
"delivery_type": "now",