From 541cf1d2ae4a65e5bf98eefd74e80ea741dcedaf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 29 Aug 2022 19:53:22 +0000 Subject: [PATCH] --- wwwroot/js/app.ravLicense.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/js/app.ravLicense.js b/wwwroot/js/app.ravLicense.js index aa0139b..a93fa6c 100644 --- a/wwwroot/js/app.ravLicense.js +++ b/wwwroot/js/app.ravLicense.js @@ -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 };