subscription license code additions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user