subscription license code additions

This commit is contained in:
2022-08-17 03:03:48 +00:00
parent dadde286d5
commit b95cc66f4f

View File

@@ -110,6 +110,7 @@ namespace rockfishCore.Controllers
newLicense.RegisteredTo = l.RegisteredTo;
newLicense.DbId = l.DbId;
newLicense.Perpetual=l.Perpetual;
if (l.LicenseExpires)
newLicense.LicenseExpiration = DateUtil.EpochToDate(l.LicenseExpirationDate);
else