Skip to content

Commit

Permalink
[FIX] l10n_br_fiscal: fix validation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Jul 22, 2024
1 parent 6e14f93 commit 045bc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_fiscal/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def unlink(self):
raise ValidationError(
_(
"You cannot delete fiscal document number %(number)s with "
"the status: %(state)!",
"the status: %(state)s!",
number=record.document_number,
state=record.state_edoc,
)
Expand Down

0 comments on commit 045bc84

Please sign in to comment.