licensing system change, all internal active, no more scheduleable resources / tech licensing

This commit is contained in:
2022-09-12 21:57:31 +00:00
parent bf40d7ecab
commit e77672aafa
4 changed files with 22 additions and 49 deletions

View File

@@ -75,8 +75,8 @@ app.ravLicense = (function () {
if ($("#perpetual").prop("checked")) {
features.push({
Feature: "ServiceTechs",
Count: Number($("#techcount").val())
Feature: "ActiveInternalUsers",
Count: Number($("#perpetusercount").val())
});
} else {
if (!$("#licenseExpires").prop("checked")) {
@@ -137,7 +137,7 @@ app.ravLicense = (function () {
onPerpetualChanged = function (event) {
event.preventDefault();
$("#perpettechcountblock").toggleClass("d-none");
$("#perpetusercountblock").toggleClass("d-none");
$("#subusercountblock").toggleClass("d-none");
$("#subcustcountblock").toggleClass("d-none");