summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-06-13 10:25:35 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-06-13 10:25:35 +0700
commit98c757b960591eeb2ac6da272bfc8822663918a4 (patch)
tree7ea9b456416bd979f3e2d0fd7115491f762591f1
parent5c40bc011dd1ea27c1407709914ee9db039fa6fe (diff)
<hafid> change approval customer commission
-rw-r--r--indoteknik_custom/models/commision.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/commision.py b/indoteknik_custom/models/commision.py
index dc7f5f46..842e64bf 100644
--- a/indoteknik_custom/models/commision.py
+++ b/indoteknik_custom/models/commision.py
@@ -358,7 +358,7 @@ class CustomerCommision(models.Model):
self.status = 'pengajuan2'
self.approved_by = (self.approved_by + ', ' if self.approved_by else '') + self.env.user.name
self.date_approved_sales = now_naive
- self.position_sales = 'Purchasing Manager'
+ self.position_sales = 'Sales Manager'
elif self.status == 'pengajuan2' and self.env.user.id == 216:
self.status = 'pengajuan3'
self.approved_by = (self.approved_by + ', ' if self.approved_by else '') + self.env.user.name