From 368b4754862c38ca0d388297cbac33c1580f8bd1 Mon Sep 17 00:00:00 2001 From: SchulzOli Date: Wed, 4 Feb 2026 08:40:26 +0100 Subject: [PATCH] Fix typos and update labels for Northern Ireland and XI in CreateCountryRegion codeunit --- .../Foundation/1.Setup data/CreateCountryRegion.Codeunit.al | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Apps/W1/ContosoCoffeeDemoDataset/app/DemoData/Foundation/1.Setup data/CreateCountryRegion.Codeunit.al b/Apps/W1/ContosoCoffeeDemoDataset/app/DemoData/Foundation/1.Setup data/CreateCountryRegion.Codeunit.al index 36ea156e97..1948f43007 100644 --- a/Apps/W1/ContosoCoffeeDemoDataset/app/DemoData/Foundation/1.Setup data/CreateCountryRegion.Codeunit.al +++ b/Apps/W1/ContosoCoffeeDemoDataset/app/DemoData/Foundation/1.Setup data/CreateCountryRegion.Codeunit.al @@ -60,7 +60,7 @@ codeunit 5205 "Create Country/Region" ContosoCountryOrRegion.InsertCountryOrRegion(MY(), MalaysiaLbl, '458', '', '', Enum::"Country/Region Address Format"::"Post Code+City", 1, '', ''); ContosoCountryOrRegion.InsertCountryOrRegion(MZ(), MozambiqueLbl, '508', '', '', Enum::"Country/Region Address Format"::"Post Code+City", 1, '', ''); ContosoCountryOrRegion.InsertCountryOrRegion(NG(), NigeriaLbl, '566', '', '', Enum::"Country/Region Address Format"::"City+Post Code", 1, '', ''); - ContosoCountryOrRegion.InsertCountryOrRegion(NI(), NothernIrelandLbl, CopyStr(GB(), 1, 2), '826', GBNTok, GBNTok, Enum::"Country/Region Address Format"::"City+County+Post Code", 1, '9932', ''); + ContosoCountryOrRegion.InsertCountryOrRegion(NI(), NorthernIrelandLbl, CopyStr(GB(), 1, 2), '826', XITok, XITok, Enum::"Country/Region Address Format"::"City+County+Post Code", 1, '9932', ''); ContosoCountryOrRegion.InsertCountryOrRegion(NL(), NetherlandsLbl, '528', NLTok, NLTok, Enum::"Country/Region Address Format"::"Post Code+City", 1, '9944', ''); ContosoCountryOrRegion.InsertCountryOrRegion(NO(), NorwayLbl, '578', '', '', Enum::"Country/Region Address Format"::"Post Code+City", 1, '0192', ''); ContosoCountryOrRegion.InsertCountryOrRegion(NZ(), NewZealandLbl, '554', '', '', Enum::"Country/Region Address Format"::"City+Post Code", 1, '', ''); @@ -497,7 +497,7 @@ codeunit 5205 "Create Country/Region" VUTok: Label 'VU', MaxLength = 10, Locked = true; WSTok: Label 'WS', MaxLength = 10, Locked = true; ZATok: Label 'ZA', MaxLength = 10, Locked = true; - GBNTok: Label 'GBN', MaxLength = 10, Locked = true; + XITok: Label 'XI', MaxLength = 10, Locked = true; UnitedArabEmiratesLbl: Label 'United Arab Emirates', MaxLength = 50; AustriaLbl: Label 'Austria', MaxLength = 50; AustraliaLbl: Label 'Australia', MaxLength = 50; @@ -540,7 +540,7 @@ codeunit 5205 "Create Country/Region" MalaysiaLbl: Label 'Malaysia', MaxLength = 50; MozambiqueLbl: Label 'Mozambique', MaxLength = 50; NigeriaLbl: Label 'Nigeria', MaxLength = 50; - NothernIrelandLbl: Label 'Nothern Ireland', MaxLength = 50; + NorthernIrelandLbl: Label 'Northern Ireland', MaxLength = 50; NetherlandsLbl: Label 'Netherlands', MaxLength = 50; NorwayLbl: Label 'Norway', MaxLength = 50; NewZealandLbl: Label 'New Zealand', MaxLength = 50;