summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-08 11:43:57 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-10-08 11:43:57 +0700
commit51155d702da715c82ea55322ee049d9b1ee34faa (patch)
treebd42c5f854f5b80cddc2560ac69d1c22df3e54ba
parent861879ce8479b22bd340eaa3835c8682810866dd (diff)
(andri) fix approval
-rw-r--r--indoteknik_custom/models/letter_receivable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/letter_receivable.py b/indoteknik_custom/models/letter_receivable.py
index f9f65b65..a98e46a1 100644
--- a/indoteknik_custom/models/letter_receivable.py
+++ b/indoteknik_custom/models/letter_receivable.py
@@ -215,7 +215,7 @@ class SuratPiutang(models.Model):
wib = pytz.timezone('Asia/Jakarta')
now_wib = datetime.now(wib)
- sales_manager_ids = [10] # ganti dengan ID user Sales Manager
+ sales_manager_ids = [19] # ganti dengan ID user Sales Manager
pimpinan_user_ids = [7] # ganti dengan ID user Pimpinan
for rec in self: