diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-08 11:43:57 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-08 11:43:57 +0700 |
| commit | 51155d702da715c82ea55322ee049d9b1ee34faa (patch) | |
| tree | bd42c5f854f5b80cddc2560ac69d1c22df3e54ba | |
| parent | 861879ce8479b22bd340eaa3835c8682810866dd (diff) | |
(andri) fix approval
| -rw-r--r-- | indoteknik_custom/models/letter_receivable.py | 2 |
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: |
