diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 17:25:34 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-22 17:25:34 +0700 |
| commit | d373212e2da13ef478b70c6d354807ee62484464 (patch) | |
| tree | b23ab59ac3709f7638423e1b4f186ae302532b69 | |
| parent | 21f46424f4d879b8c703d8da7a6f8b3c20193ced (diff) | |
(andri) fix
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index d1485f1f..edcfbdd5 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -333,7 +333,6 @@ class AccountMove(models.Model): currency = invs[0].currency_id if invs else partner.company_id.currency_id tempo_link = 'https://indoteknik.com/my/tempo' # tempo_link = 'http://localhost:2100/my/tempo' - payment_term = partner.previous_payment_term_id if partner.is_cbd_locked else partner.property_payment_term_id limit_info_html = f""" |
