diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 07:00:25 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 07:00:25 +0700 |
| commit | 41ae119049bea955ca6edb5b5f63acd28b0eff91 (patch) | |
| tree | e403140c2db6660911329bfd8c542e176a4c8108 | |
| parent | e1f39984514260f10b2aa836a54d9434e0c3ccfa (diff) | |
(andri) fix
| -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 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' |
