Skip to content

Commit

Permalink
Merge PR #2479 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by tafaRU
  • Loading branch information
OCA-git-bot committed Oct 25, 2021
2 parents 2d95888 + 2ea3cde commit 47b4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_out/models/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def action_invoice_cancel(self):
"Invoice %s has XML and can't be canceled. "
"Delete the XML before."
)
% invoice.number
% invoice.name
)
res = super(AccountInvoice, self).action_invoice_cancel()
return res

0 comments on commit 47b4b2d

Please sign in to comment.