diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 23:05:24 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 23:05:24 +0700 |
| commit | 70a2b42b40932936bb0cf194005c9523ebd8a9df (patch) | |
| tree | 4bf40902f7cc81d38eb8e05a2fc314bf282e2608 | |
| parent | 882e368c75ab7663e1e6cf6a0dc78193f7dcd940 (diff) | |
(andri) fix typo
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index a211d739..8493bb24 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -219,7 +219,7 @@ class AccountMove(models.Model): _logger.info(f"Partner {partner.name} skip karena dont_send_reminder_inv_all aktif") continue # cek parent hanya dengan flag dont_sent_reminder_inv_parent - if not partner.dont_sent_reminder_inv_parent and partner.email: + if not partner.dont_send_reminder_inv_parent and partner.email: emails.append(partner.email) # Ambil child contact yang di-checklist reminder_invoices |
