Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading