diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 12:02:13 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-07 12:02:13 +0700 |
| commit | e0f5ab6506c6314d93b378e8c5f0d5cd5a4f423c (patch) | |
| tree | fdaa1bb5a4b987124c7b462179f36d5637ee49ff /fixco_custom/models/detail_order.py | |
| parent | 5328c25940b2e371a1030a2e71b3675dc8011f80 (diff) | |
push
Diffstat (limited to 'fixco_custom/models/detail_order.py')
| -rwxr-xr-x | fixco_custom/models/detail_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py index 847c41e..b3e10a2 100755 --- a/fixco_custom/models/detail_order.py +++ b/fixco_custom/models/detail_order.py @@ -370,7 +370,7 @@ class DetailOrder(models.Model): sale_order.note_by_buyer = json_data.get('data', [{}])[0].get('extraInfo', []).get('noteByBuyer', []) sale_order.action_cancel() - self.execute_status = 'cancelled_so_created' + self.execute_status = 'cancelled_so' return |
