Skip to content

Commit

Permalink
Uncomment new code
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Hartvig Grønbech committed Feb 10, 2025
1 parent 2a1bb49 commit c85d431
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c85d431

Please sign in to comment.