From 682e8f8640b24382d79b2a37982c3a159488b81c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 29 Jan 2026 10:48:56 +0700 Subject: push --- fixco_custom/models/upload_payments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom/models') 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, -- cgit v1.2.3