Skip to content

Commit

Permalink
[FIX] l10n_it_delivery_note: fix errore impostare date in fattura da DdT
Browse files Browse the repository at this point in the history
  • Loading branch information
Borruso committed Jul 8, 2024
1 parent bc06c0a commit 1c12dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l10n_it_delivery_note/wizard/delivery_note_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ def create_invoices(self):
delivery_note_ids.action_invoice(self.invoice_method)
for invoice in delivery_note_ids.mapped("invoice_ids"):
invoice.invoice_date = self.invoice_date
invoice._onchange_invoice_date()
return True

0 comments on commit 1c12dc3

Please sign in to comment.