From 6bd4f040ad93ef9ed028824337f8d205d54668e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Sch=C3=A4fer?= Date: Fri, 31 Jul 2026 10:59:44 +0200 Subject: [PATCH] Fix MS Doc for parameter TagCompanyName of method SetSkippedUpgrade(...) description of param fixed only --- .../App/Upgrade Tags/src/UpgradeTag.Codeunit.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al b/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al index 7d4ba4331fe..78525bb555f 100644 --- a/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al +++ b/src/System Application/App/Upgrade Tags/src/UpgradeTag.Codeunit.al @@ -85,7 +85,7 @@ codeunit 9999 "Upgrade Tag" /// Sets the upgrade tag to skipped. /// /// Tag code to set the Skipped Upgrade field - /// Name of the company to check existance of tag + /// Name of the company /// Sets the Skipped Upgrade field procedure SetSkippedUpgrade(ExistingTag: Code[250]; TagCompanyName: Code[30]; SkipUpgrade: Boolean) begin