diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-11 10:15:19 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-11 10:15:19 +0700 |
| commit | a929da36d56ad080e50adeb331d2796c0c8c13ed (patch) | |
| tree | 5ed47721cefc57e5e93097a84d7841a02ea94ae8 | |
| parent | 7a329ad669cb9fe630a52651a438f9bb5f294c40 (diff) | |
(andri) fix approval sales
| -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 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") |
