From b95cc66f4faeedcac76d17981907862f4d333b6a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 17 Aug 2022 03:03:48 +0000 Subject: [PATCH] subscription license code additions --- Controllers/RvlController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Controllers/RvlController.cs b/Controllers/RvlController.cs index 49e4f76..fb46670 100644 --- a/Controllers/RvlController.cs +++ b/Controllers/RvlController.cs @@ -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