diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 10:13:08 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 10:13:08 +0700 |
| commit | 6d70cf1b6cfb0754a160251946a6a3954c7df0bd (patch) | |
| tree | 7fb64547117ffddeddff848f5b42c6e946fb77b9 | |
| parent | ec40b4fa31e7f17edce52acb81b3986b12e53dc3 (diff) | |
fix note
| -rw-r--r-- | indoteknik_custom/models/purchasing_job_multi_update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchasing_job_multi_update.py b/indoteknik_custom/models/purchasing_job_multi_update.py index 80a43e45..deba960a 100644 --- a/indoteknik_custom/models/purchasing_job_multi_update.py +++ b/indoteknik_custom/models/purchasing_job_multi_update.py @@ -18,7 +18,7 @@ class PurchasingJobMultiUpdate(models.TransientModel): ('purchasing_job_id', '=', product.id) ]) - # purchasing_job_state.unlink() + purchasing_job_state.unlink() purchasing_job_state.create({ 'purchasing_job_id': product.id, |
