From 1428a0810711fc08871ef0a62f1cf27503486da2 Mon Sep 17 00:00:00 2001 From: MarkoAleksandric Date: Tue, 14 Jul 2026 09:19:31 +0200 Subject: [PATCH 1/2] w1 change --- .../W1/BaseApp/Sales/Customer/ShiptoAddress.Table.al | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Layers/W1/BaseApp/Sales/Customer/ShiptoAddress.Table.al b/src/Layers/W1/BaseApp/Sales/Customer/ShiptoAddress.Table.al index 0209cc1d56..1336d18ac4 100644 --- a/src/Layers/W1/BaseApp/Sales/Customer/ShiptoAddress.Table.al +++ b/src/Layers/W1/BaseApp/Sales/Customer/ShiptoAddress.Table.al @@ -382,14 +382,13 @@ table 222 "Ship-to Address" var Cust: Record Customer; AltCustVATRegFacade: Codeunit "Alt. Cust. VAT. Reg. Facade"; - - protected var - PostCode: Record "Post Code"; - #pragma warning disable AA0074 Text000: Label 'untitled'; #pragma warning restore AA0074 + protected var + PostCode: Record "Post Code"; + /// /// Generates a caption text for the ship-to address including customer and address information. /// From e11f3f8a6b764d89b39ebb00c405aae4de04dd12 Mon Sep 17 00:00:00 2001 From: MarkoAleksandric Date: Tue, 14 Jul 2026 09:20:40 +0200 Subject: [PATCH 2/2] miapp --- .../NA/BaseApp/Sales/Customer/ShiptoAddress.Table.al | 7 +++---- .../RU/BaseApp/Sales/Customer/ShiptoAddress.Table.al | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/Layers/NA/BaseApp/Sales/Customer/ShiptoAddress.Table.al b/src/Layers/NA/BaseApp/Sales/Customer/ShiptoAddress.Table.al index 3a5cf52cb6..01d5fa22b3 100644 --- a/src/Layers/NA/BaseApp/Sales/Customer/ShiptoAddress.Table.al +++ b/src/Layers/NA/BaseApp/Sales/Customer/ShiptoAddress.Table.al @@ -400,14 +400,13 @@ table 222 "Ship-to Address" var Cust: Record Customer; AltCustVATRegFacade: Codeunit "Alt. Cust. VAT. Reg. Facade"; - - protected var - PostCode: Record "Post Code"; - #pragma warning disable AA0074 Text000: Label 'untitled'; #pragma warning restore AA0074 + protected var + PostCode: Record "Post Code"; + /// /// Generates a caption text for the ship-to address including customer and address information. /// diff --git a/src/Layers/RU/BaseApp/Sales/Customer/ShiptoAddress.Table.al b/src/Layers/RU/BaseApp/Sales/Customer/ShiptoAddress.Table.al index 2b42bd907d..26f5c6acff 100644 --- a/src/Layers/RU/BaseApp/Sales/Customer/ShiptoAddress.Table.al +++ b/src/Layers/RU/BaseApp/Sales/Customer/ShiptoAddress.Table.al @@ -391,14 +391,13 @@ table 222 "Ship-to Address" var Cust: Record Customer; AltCustVATRegFacade: Codeunit "Alt. Cust. VAT. Reg. Facade"; - - protected var - PostCode: Record "Post Code"; - #pragma warning disable AA0074 Text000: Label 'untitled'; #pragma warning restore AA0074 + protected var + PostCode: Record "Post Code"; + /// /// Generates a caption text for the ship-to address including customer and address information. ///