diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-09 11:37:19 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-09 11:37:19 +0700 |
| commit | de747091235c844d33bcf62b4d98af0d03251826 (patch) | |
| tree | 3a0b3a4f35b3a023c780e40fcf57dec2919d4d3f | |
| parent | 288a7f333c1d37574dba76f3fb3f7216da259cae (diff) | |
(andri) fix note order biteship
| -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 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", |
