From 61fac1bfab246860874927952549bab9b7bdf3a4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 13 Jul 2020 21:00:11 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/GlobalBizSettingsController.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/server/AyaNova/Controllers/GlobalBizSettingsController.cs b/server/AyaNova/Controllers/GlobalBizSettingsController.cs index 5b5ba4ca..d142ed42 100644 --- a/server/AyaNova/Controllers/GlobalBizSettingsController.cs +++ b/server/AyaNova/Controllers/GlobalBizSettingsController.cs @@ -7,6 +7,7 @@ using AyaNova.Models; using AyaNova.Api.ControllerHelpers; using AyaNova.Biz; using System.Threading.Tasks; +using System; namespace AyaNova.Api.Controllers { @@ -114,7 +115,11 @@ namespace AyaNova.Api.Controllers LicenseStatus = AyaNova.Core.License.ActiveKey.Status, MaintenanceExpired = AyaNova.Core.License.ActiveKey.MaintenanceExpired, ServerDbId = AyaNova.Core.License.ServerDbId, - Company=AyaNova.Core.License.ActiveKey.RegisteredTo + Company=AyaNova.Core.License.ActiveKey.RegisteredTo, + TestTSDaysWMS=new TimeSpan(22,10,15,22,33), + TestTSLow=new TimeSpan(5,16,33), + TestTSDays=new TimeSpan(5,10,15,33) + };