Show user warning if "add item to custorder" fails
specifically, if user enters alpha chars for cost/price fields
This commit is contained in:
parent
f708cb0b25
commit
e308108bf7
2 changed files with 6 additions and 1 deletions
|
@ -2124,6 +2124,8 @@
|
|||
|
||||
this.itemDialogSaving = false
|
||||
this.showingItemDialog = false
|
||||
}, response => {
|
||||
this.itemDialogSaving = false
|
||||
})
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue