diff --git a/src/Layers/APAC/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al b/src/Layers/APAC/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al index 9818cb772e..3094336952 100644 --- a/src/Layers/APAC/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al +++ b/src/Layers/APAC/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al @@ -5312,7 +5312,7 @@ codeunit 22 "Item Jnl.-Post Line" exit((ItemJnlLine."Value Entry Type" = ItemJnlLine."Value Entry Type"::Revaluation) and (ItemJnlLine.Quantity <> 0)); end; - local procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") + procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") var PostValueEntryToGL: Record "Post Value Entry to G/L"; begin diff --git a/src/Layers/CH/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al b/src/Layers/CH/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al index d4f3dcda3f..eb8cde7757 100644 --- a/src/Layers/CH/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al +++ b/src/Layers/CH/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al @@ -5284,7 +5284,7 @@ codeunit 22 "Item Jnl.-Post Line" exit((ItemJnlLine."Value Entry Type" = ItemJnlLine."Value Entry Type"::Revaluation) and (ItemJnlLine.Quantity <> 0)); end; - local procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") + procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") var PostValueEntryToGL: Record "Post Value Entry to G/L"; begin diff --git a/src/Layers/ES/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al b/src/Layers/ES/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al index 0faa5f3f7d..0730c8b8ac 100644 --- a/src/Layers/ES/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al +++ b/src/Layers/ES/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al @@ -5293,7 +5293,7 @@ codeunit 22 "Item Jnl.-Post Line" exit((ItemJnlLine."Value Entry Type" = ItemJnlLine."Value Entry Type"::Revaluation) and (ItemJnlLine.Quantity <> 0)); end; - local procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") + procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") var PostValueEntryToGL: Record "Post Value Entry to G/L"; begin diff --git a/src/Layers/IT/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al b/src/Layers/IT/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al index 285fe0ebb5..4ea1631c70 100644 --- a/src/Layers/IT/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al +++ b/src/Layers/IT/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al @@ -5311,7 +5311,7 @@ codeunit 22 "Item Jnl.-Post Line" exit((ItemJnlLine."Value Entry Type" = ItemJnlLine."Value Entry Type"::Revaluation) and (ItemJnlLine.Quantity <> 0)); end; - local procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") + procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") var PostValueEntryToGL: Record "Post Value Entry to G/L"; begin diff --git a/src/Layers/RU/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al b/src/Layers/RU/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al index 6edf1a19b2..8c4f73586e 100644 --- a/src/Layers/RU/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al +++ b/src/Layers/RU/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al @@ -5327,7 +5327,7 @@ codeunit 22 "Item Jnl.-Post Line" exit((ItemJnlLine."Value Entry Type" = ItemJnlLine."Value Entry Type"::Revaluation) and (ItemJnlLine.Quantity <> 0)); end; - local procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") + procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") var PostValueEntryToGL: Record "Post Value Entry to G/L"; begin diff --git a/src/Layers/W1/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al b/src/Layers/W1/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al index dc001de1aa..dd01224e0f 100644 --- a/src/Layers/W1/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al +++ b/src/Layers/W1/BaseApp/Inventory/Posting/ItemJnlPostLine.Codeunit.al @@ -5280,7 +5280,7 @@ codeunit 22 "Item Jnl.-Post Line" exit((ItemJnlLine."Value Entry Type" = ItemJnlLine."Value Entry Type"::Revaluation) and (ItemJnlLine.Quantity <> 0)); end; - local procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") + procedure InsertPostValueEntryToGL(ValueEntry: Record "Value Entry") var PostValueEntryToGL: Record "Post Value Entry to G/L"; begin