summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-10-15 09:12:20 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-10-15 09:12:20 +0700
commit80433401aeba163a03f0f30902332331338b005f (patch)
tree8a7253a0b13fd8c4b03a31e7dc09bcb47fd38839
parent24b4e09c5f77d0f6d2f179693b90d924e2107ee6 (diff)
remove set npwp and sppkp while confirm sales order for disruption
-rwxr-xr-xindoteknik_custom/models/sale_order.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index c1c2c267..2e0b5775 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -943,7 +943,7 @@ class SaleOrder(models.Model):
return self._create_approval_notification('Sales Manager')
order.approval_status = 'approved'
- order._set_sppkp_npwp_contact()
+ # order._set_sppkp_npwp_contact()
order.calculate_line_no()
order.send_notif_to_salesperson()
# order.order_line.get_reserved_from()