summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-09-21 14:04:00 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-09-21 14:04:00 +0700
commit791b92946a075a3807c2cc4439c7283a704e9061 (patch)
treececc6d0b0f593aef9f9f9eb26970ce71e2443fc0
parent2840c36b1662735183bee9fc25d7934aa68d3f39 (diff)
delete comment
-rw-r--r--indoteknik_custom/models/delivery_order.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/indoteknik_custom/models/delivery_order.py b/indoteknik_custom/models/delivery_order.py
index 9e5dafb7..aa0d6e6e 100644
--- a/indoteknik_custom/models/delivery_order.py
+++ b/indoteknik_custom/models/delivery_order.py
@@ -92,9 +92,6 @@ class DeliveryOrderLine(models.TransientModel):
if sale_order.carrier_id:
self.carrier_id = sale_order.carrier_id
- # if sale_order.carrier_id and not self.tracking_no and (
- # sale_order.carrier_id.id != 1 or sale_order.carrier_id.name != 'INDOTEKNIK DELIVERY'):
- # raise UserError('Nomor Tracking harus diisi')
self.tracking_no = picking.delivery_tracking_no