summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-08-13 07:00:25 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-08-13 07:00:25 +0700
commit41ae119049bea955ca6edb5b5f63acd28b0eff91 (patch)
treee403140c2db6660911329bfd8c542e176a4c8108
parente1f39984514260f10b2aa836a54d9434e0c3ccfa (diff)
(andri) fix
-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 b52df54c..a7dc59ba 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -2418,7 +2418,7 @@ class SaleOrder(models.Model):
order.approval_status = 'pengajuan1'
return self._create_approval_notification('Sales Manager')
elif order._requires_approval_team_sales():
- order.approval_status = 'approved'
+ # order.approval_status = 'approved'
return self._create_approval_notification('Team Sales')
order.approval_status = 'approved'