summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-09-25 15:35:43 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-09-25 15:35:43 +0700
commit31a22f2f26b29f91bd43ea48ce84e8dc9aaf3c12 (patch)
tree1799e347c2aaf1a2794dc78a5cce0c98d7c6900f /indoteknik_custom/models
parent16147def7eb5765ac0d1e0870efe70176a7a618c (diff)
fix
Diffstat (limited to 'indoteknik_custom/models')
-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 bfa1e966..ffe14491 100644
--- a/indoteknik_custom/models/letter_receivable.py
+++ b/indoteknik_custom/models/letter_receivable.py
@@ -375,7 +375,7 @@ class SuratPiutang(models.Model):
)
_logger.info(
- f"Surat Piutang {self.name} terkirim ke {self.tujuan_email} "
+ f"{self.name} terkirim ke {self.tujuan_email} "
f"({self.partner_id.name}), total {len(selected_lines)} invoice."
)