fixed not enough licenses error not displaying at client when attempt to add too many service techs
This commit is contained in:
@@ -650,6 +650,7 @@ export default {
|
||||
if (res.error) {
|
||||
vm.formState.serverError = res.error;
|
||||
window.$gz.form.setErrorBoxErrors(vm);
|
||||
return;
|
||||
} else {
|
||||
if (res.data.id) {
|
||||
//POST
|
||||
|
||||
Reference in New Issue
Block a user