summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()