From 86413acb1d5bb205b70fefab251aca29af16bdac Mon Sep 17 00:00:00 2001 From: Freddy Kristiansen Date: Tue, 12 Nov 2024 08:03:45 +0100 Subject: [PATCH] Update HelloWorld.al --- Licensing/HelloWorld.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Licensing/HelloWorld.al b/Licensing/HelloWorld.al index 1fa8d26..db17d0b 100644 --- a/Licensing/HelloWorld.al +++ b/Licensing/HelloWorld.al @@ -6,6 +6,6 @@ pageextension 51000 CustomerListExtLicensing extends "Customer List" { trigger OnOpenPage(); begin - // Message('App published: Hello world!!'); + // Message('App published: Hello world!!!'); end; }