licensing system change, all internal active, no more scheduleable resources / tech licensing
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user