diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-07 18:53:24 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-07 18:53:24 +0700 |
| commit | 861879ce8479b22bd340eaa3835c8682810866dd (patch) | |
| tree | 9c81f835e5c9eb1c2c8b3215aa4268cee2cc94b5 | |
| parent | d585f7a58d2772e0e6f7353403933ba079298bbd (diff) | |
(andri) fix
| -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 370e0909..f9f65b65 100644 --- a/indoteknik_custom/models/letter_receivable.py +++ b/indoteknik_custom/models/letter_receivable.py @@ -375,7 +375,7 @@ class SuratPiutang(models.Model): 'email_to': self.tujuan_email, 'email_from': 'finance@indoteknik.co.id', 'email_cc': ",".join(sorted(set(cc_list))), - 'email_cc': 'finance@indoteknik.co.id', + # 'email_cc': 'finance@indoteknik.co.id', # testing 'body_html': body_html, # Menggunakan body_html yang sudah ditentukan di atas 'attachments': [(attachment.name, attachment.datas)], 'reply_to': 'finance@indoteknik.co.id', |
