diff options
| author | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-12 19:40:07 +0700 |
|---|---|---|
| committer | AndriFP <113114423+andrifp@users.noreply.github.com> | 2025-09-12 19:40:07 +0700 |
| commit | b1ed808b9b21187afe89bf5a44ecf635132d51da (patch) | |
| tree | aa95bc354b367ea991a98a4fecf573fea949e1e8 | |
| parent | 7973c3153f852f154c04e1107206ebe90498e771 (diff) | |
(andri) fix typo
| -rw-r--r-- | indoteknik_custom/models/approval_payment_term.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/approval_payment_term.py b/indoteknik_custom/models/approval_payment_term.py index 7cab91f1..449bd90b 100644 --- a/indoteknik_custom/models/approval_payment_term.py +++ b/indoteknik_custom/models/approval_payment_term.py @@ -173,7 +173,7 @@ class ApprovalPaymentTerm(models.Model): 'warning_stage': self.warning_stage, 'active_limit': self.active_limit, 'property_payment_term_id': self.property_payment_term_id.id, - 'is_locked_cbd': False, + 'is_cbd_locked': False, }) self.approve_date = datetime.utcnow() self.state = 'approved' |
