summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-08-11 10:15:19 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-08-11 10:15:19 +0700
commita929da36d56ad080e50adeb331d2796c0c8c13ed (patch)
tree5ed47721cefc57e5e93097a84d7841a02ea94ae8
parent7a329ad669cb9fe630a52651a438f9bb5f294c40 (diff)
(andri) fix approval sales
-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 e71e3830..45814475 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -2178,7 +2178,7 @@ class SaleOrder(models.Model):
self.check_product_bom()
self.check_credit_limit()
self.check_limit_so_to_invoice()
- order.approval_status = 'approved'
+ # order.approval_status = 'approved'
return self._create_approval_notification('Team Sales')
raise UserError("Bisa langsung Confirm")