fix: typos and ignore some false typos
This commit is contained in:
parent
9590803e40
commit
45482c3a1b
3 changed files with 5 additions and 3 deletions
|
|
@ -536,7 +536,7 @@ export class CreditNoteController extends Controller {
|
|||
if (record.creditNoteStatus !== CreditNoteStatus.Waiting) {
|
||||
throw new HttpError(
|
||||
HttpStatus.BAD_REQUEST,
|
||||
"Accpeted credit note cannot be deleted",
|
||||
"Accepted credit note cannot be deleted",
|
||||
"creditNoteAcceptedNoDelete",
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue