Browse Source

Merge eb8b1b767a into 1dab475f36

pull/137/merge
César López Ramírez 3 years ago
committed by GitHub
parent
commit
cb2abbd6d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      easy_my_coop/models/account_invoice.py

2
easy_my_coop/models/account_invoice.py

@ -178,7 +178,7 @@ class AccountInvoice(models.Model):
):
# take the effective date from the payment.
# by default the confirmation date is the payment date
effective_date = datetime.now().strftime("%d/%m/%Y")
effective_date = datetime.now()
if invoice.payment_move_line_ids:
move_line = invoice.payment_move_line_ids[0]

Loading…
Cancel
Save