diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-24 13:48:57 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-24 13:48:57 +0700 |
| commit | 6e256f5d35f48f75804829ddef08288905c33c68 (patch) | |
| tree | 15a0986f86abfc75b75818caf9b6df115da23593 | |
| parent | c3557f2c8b5837285558c8742aa0eb8bb6be1353 (diff) | |
change request purchasing job
| -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 deba960a..80a43e45 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, |
