summaryrefslogtreecommitdiff
path: root/fixco_custom/models/upload_payments.py
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/models/upload_payments.py')
-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 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)