diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-10-15 09:12:20 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-10-15 09:12:20 +0700 |
| commit | 80433401aeba163a03f0f30902332331338b005f (patch) | |
| tree | 8a7253a0b13fd8c4b03a31e7dc09bcb47fd38839 | |
| parent | 24b4e09c5f77d0f6d2f179693b90d924e2107ee6 (diff) | |
remove set npwp and sppkp while confirm sales order for disruption
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
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() |
