diff --git a/server/AyaNova/Controllers/GlobalBizSettingsController.cs b/server/AyaNova/Controllers/GlobalBizSettingsController.cs index 4dfd6b83..5b5ba4ca 100644 --- a/server/AyaNova/Controllers/GlobalBizSettingsController.cs +++ b/server/AyaNova/Controllers/GlobalBizSettingsController.cs @@ -113,7 +113,8 @@ namespace AyaNova.Api.Controllers //used to drive UI in case of unlicensed or attention required LicenseStatus = AyaNova.Core.License.ActiveKey.Status, MaintenanceExpired = AyaNova.Core.License.ActiveKey.MaintenanceExpired, - ServerDbId = AyaNova.Core.License.ServerDbId + ServerDbId = AyaNova.Core.License.ServerDbId, + Company=AyaNova.Core.License.ActiveKey.RegisteredTo };