From 6d70cf1b6cfb0754a160251946a6a3954c7df0bd Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 5 Jul 2024 10:13:08 +0700 Subject: fix note --- indoteknik_custom/models/purchasing_job_multi_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3