diff options
| -rw-r--r-- | indoteknik_custom/models/approval_payment_term.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indoteknik_custom/models/approval_payment_term.py b/indoteknik_custom/models/approval_payment_term.py index fbdabe7f..e45305db 100644 --- a/indoteknik_custom/models/approval_payment_term.py +++ b/indoteknik_custom/models/approval_payment_term.py @@ -56,9 +56,6 @@ class ApprovalPaymentTerm(models.Model): change_log_688 = fields.Text(string="Change Log", readonly=True, copy=False) - def button_closing_mail(self): - - return def write(self, vals): # Ambil nilai lama sebelum perubahan |
