From 98c757b960591eeb2ac6da272bfc8822663918a4 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Fri, 13 Jun 2025 10:25:35 +0700 Subject: change approval customer commission --- indoteknik_custom/models/commision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3