Skip to content
Merged
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 @@ -349,7 +349,7 @@ report 7305 "Whse.-Source - Create Document"
"Whse. Document Type", WhseWkshLine."Whse. Document Type"::"Internal Put-away");
WhseWkshLine.SetRange("Whse. Document No.", WhseInternalPutAwayHeader."No.");

OnBeforeProcessWhseMovWkshLines("Whse. Put-away Worksheet Line");
OnAfterWhseInternalPutAwayLineOnPreDataItem("Whse. Internal Put-away Line");
Comment thread
AleksandricMarko marked this conversation as resolved.
Comment thread
AleksandricMarko marked this conversation as resolved.
end;
}
dataitem("Assembly Line"; "Assembly Line")
Expand Down Expand Up @@ -1379,6 +1379,11 @@ report 7305 "Whse.-Source - Create Document"
begin
end;

[IntegrationEvent(false, false)]
local procedure OnAfterWhseInternalPutAwayLineOnPreDataItem(var WhseInternalPutAwayLine: Record "Whse. Internal Put-away Line")
begin
end;

[IntegrationEvent(false, false)]
local procedure OnBeforeProcessWhseMovWkshLines(var WhseWorksheetLine: Record "Whse. Worksheet Line")
begin
Expand Down
Loading