feat: add product name exists error
This commit is contained in:
parent
fcbaf03d9f
commit
7cf9ecc370
2 changed files with 4 additions and 0 deletions
|
|
@ -728,6 +728,8 @@ export default {
|
|||
relationCustomerNotFound: 'Customer cannot be found.',
|
||||
relationCustomerBranchNotFound: 'Customer Branch cannot be found.',
|
||||
sameBranchCodeExists: 'This Head Office Abbreviation is already in use.',
|
||||
productNameExists:
|
||||
'Product with the same name already exists. If you want to create with this name please select another code.',
|
||||
validateError: 'Validate Error',
|
||||
codeMisMatch: 'Code Mismatch',
|
||||
userExists: 'User already exits.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue