diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 09:40:08 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 09:40:08 +0700 |
| commit | be87fc8ed1ea9b4cc3ce684f59a0719b907f8909 (patch) | |
| tree | 86fb7c84113caadc3af17eaa955f6fefcc0bea81 | |
| parent | 43e4cc7ecda2c2637f2ffc88c7ea8efdc2b3cee1 (diff) | |
push
| -rwxr-xr-x | fixco_custom/models/detail_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py index 5d05187..ee1e2b6 100755 --- a/fixco_custom/models/detail_order.py +++ b/fixco_custom/models/detail_order.py @@ -424,6 +424,7 @@ class DetailOrder(models.Model): self.execute_status = 'so_draft' else: self.execute_status = 'failed' + self.message_error = "Tanggal order di bawah 1 januari 2026" except Exception as e: self.write({ |
