From c85d4310f02006893f3eabd270a88a7eb7c101ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Hartvig=20Gr=C3=B8nbech?= Date: Mon, 10 Feb 2025 12:43:34 +0100 Subject: [PATCH] Uncomment new code --- .../App/AI/src/Copilot/CopilotAICapabilities.Page.al | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/System Application/App/AI/src/Copilot/CopilotAICapabilities.Page.al b/src/System Application/App/AI/src/Copilot/CopilotAICapabilities.Page.al index 2dc6710786..2ecd9c7ed1 100644 --- a/src/System Application/App/AI/src/Copilot/CopilotAICapabilities.Page.al +++ b/src/System Application/App/AI/src/Copilot/CopilotAICapabilities.Page.al @@ -286,10 +286,10 @@ page 7775 "Copilot AI Capabilities" WithinAOAIServicesInRegionArea := WithinGeo and (not WithinEUDB); WithinAOAIOutOfRegionArea := (not WithinGeo) and (not WithinEUDB); - // if EnvironmentInformation.IsSaaSInfrastructure() then begin - // CopilotNotifications.ShowBillingInTheFutureNotification(); - // //CopilotNotifications.CheckAIQuotaAndShowNotification(); - // end; + if EnvironmentInformation.IsSaaSInfrastructure() then begin + CopilotNotifications.ShowBillingInTheFutureNotification(); + CopilotNotifications.CheckAIQuotaAndShowNotification(); + end; end; local procedure HasEarlyPreviewCapabilities(): Boolean