diff options
| -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): |
