summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2026-01-29 10:48:56 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2026-01-29 10:48:56 +0700
commit682e8f8640b24382d79b2a37982c3a159488b81c (patch)
treefb0cf2d8f29797e1685b5993e28c47399b1467b3
parentef366fecdc20cfbacdfcda3d0f929b644a477d8e (diff)
push
-rw-r--r--fixco_custom/models/upload_payments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/upload_payments.py b/fixco_custom/models/upload_payments.py
index bdee44d..54590b0 100644
--- a/fixco_custom/models/upload_payments.py
+++ b/fixco_custom/models/upload_payments.py
@@ -93,7 +93,7 @@ class UploadPayments(models.Model):
continue
self.env['queue.job'].create({
- 'name': f'Upload Payments {line.no_bu}',
+ 'name': f'Upload Payments {line.no_invoice}',
'model_name': 'upload.payments.line',
'method_name': 'action_create_payments',
'res_id': line.id,