This commit is contained in:
2022-08-29 19:53:22 +00:00
parent 6318631014
commit 541cf1d2ae

View File

@@ -128,6 +128,8 @@ app.ravLicense = (function () {
$("#licenseExpires").prop("checked", true);
var yesterday = moment().add(-1, "days").toISOString().substring(0, 10);
$('input[type="date"]').val(yesterday);
$("#subcustcount").val(1);
$("#subusercount").val(1);
return false; //prevent default
};