diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 17:38:15 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 17:38:15 +0700 |
| commit | ec0277a049ea2048785dba61711a24e9a4eb3363 (patch) | |
| tree | a32415aff459969e1b14d5b5f78c4a8979b64bd8 | |
| parent | d373212e2da13ef478b70c6d354807ee62484464 (diff) | |
fix
| -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 edcfbdd5..60f0da74 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -339,7 +339,7 @@ class AccountMove(models.Model): <p><b>Informasi Tambahan:</b></p> <ul style="font-size:12px; color:#333; line-height:1.4; margin:0; padding-left:0; list-style-position:inside;"> <li>Kredit Limit Anda: {formatLang(self.env, blocking_limit, currency_obj=currency)}</li> - <li>Status Detail Tempo: {partner.payment_term.name or 'Review'}</li> + <li>Status Detail Tempo: {payment_term.name or 'Review'}</li> <li style="color:{'red' if (blocking_limit - outstanding_amount) < 0 else 'green'};"> Sisa Kredit Limit: {formatLang(self.env, blocking_limit - outstanding_amount, currency_obj=currency)} </li> |
