diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-11 15:13:51 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-11 15:13:51 +0700 |
| commit | 0009cd466acfdd73c986df5ef413a68322dfdd52 (patch) | |
| tree | 5376f692c2dbe4248d4c3ca6c5de9328a34f3893 /indoteknik_custom | |
| parent | 38fe4570a429e711ed04b41a75f395a2d2d821a5 (diff) | |
<Miqdad> fix ask approval
Diffstat (limited to 'indoteknik_custom')
| -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 2b064042..19ded5ee 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -2665,7 +2665,7 @@ class SaleOrder(models.Model): user = self.env.user is_sales_admin = user.id in (3401, 20, 3988, 17340) if is_sales_admin: - order.approval_status = 'pengajuan1' + order.approval_status = 'pengajuan0' order.message_post(body="Mengajukan approval ke Sales") return self._create_approval_notification('Sales') |
