diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-01 15:52:30 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-01 15:52:30 +0700 |
| commit | a8f3194552f980ba6201ee834a0d5582cb584262 (patch) | |
| tree | c0b0e2f749e488f646287a0bf70111c7820482cb | |
| parent | e400125695357a2504041a678cccabb32c30f3af (diff) | |
fix code
| -rw-r--r-- | indoteknik_custom/models/purchasing_job.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchasing_job.py b/indoteknik_custom/models/purchasing_job.py index fb8dec3d..373e469a 100644 --- a/indoteknik_custom/models/purchasing_job.py +++ b/indoteknik_custom/models/purchasing_job.py @@ -107,7 +107,7 @@ class PurchasingJob(models.Model): sub.vendor_id, ru.user_id ) - """ % self._table) + """ % self._table) def open_form_multi_generate_request_po(self): |
