Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/Layers/NA/BaseApp/Sales/Customer/ShiptoAddress.Table.al
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Generates a caption text for the ship-to address including customer and address information.
/// </summary>
Expand Down
7 changes: 3 additions & 4 deletions src/Layers/RU/BaseApp/Sales/Customer/ShiptoAddress.Table.al
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Generates a caption text for the ship-to address including customer and address information.
/// </summary>
Expand Down
7 changes: 3 additions & 4 deletions src/Layers/W1/BaseApp/Sales/Customer/ShiptoAddress.Table.al
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Generates a caption text for the ship-to address including customer and address information.
/// </summary>
Expand Down
Loading