From 3307dcbdb37285bcd43a719a0ecbc1453e4af9df Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 3 Jun 2025 15:39:41 +0700 Subject: upload payments --- fixco_custom/models/upload_payments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom/models/upload_payments.py') diff --git a/fixco_custom/models/upload_payments.py b/fixco_custom/models/upload_payments.py index e7599a7..44e2e27 100644 --- a/fixco_custom/models/upload_payments.py +++ b/fixco_custom/models/upload_payments.py @@ -78,7 +78,7 @@ class UploadPayments(models.Model): ]) for move in invoice: - move._register_payment_automatically() + move._register_payment_automatically(line.date_invoice) -- cgit v1.2.3