fixed not enough licenses error not displaying at client when attempt to add too many service techs

This commit is contained in:
2021-11-11 23:19:44 +00:00
parent 86756e8b4d
commit 405ea17f75
2 changed files with 4 additions and 1 deletions

View File

@@ -17,7 +17,9 @@ OUTSTANDING MAJOR AREAS TO BETA
- Features
Raven license key generator in rockfish
once done then test out license code, particularly expired can login as superuser etc
we don't want to give away any freebies!!
we don't want to give away any freebies!!
New server no license gives big error about license count exceeded when it shouldn't as there are no user's other than superuser which should not count
make that go away
Customer workorders
has pertinent cases
Customer CSR something

View File

@@ -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