This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user