diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-09-21 14:04:00 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-09-21 14:04:00 +0700 |
| commit | 791b92946a075a3807c2cc4439c7283a704e9061 (patch) | |
| tree | cecc6d0b0f593aef9f9f9eb26970ce71e2443fc0 | |
| parent | 2840c36b1662735183bee9fc25d7934aa68d3f39 (diff) | |
delete comment
| -rw-r--r-- | indoteknik_custom/models/delivery_order.py | 3 |
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 |
