[IntegrationEvent(false, false)]
local procedure OnBeforeInsertJobLedgerEntryFromDocLine(var AdvJobLedgerEntry: Record "KVSADVAdvanceJobLedgerEntry"; DocHeader: Record "Purchase Header"; DocLine: Record "Purchase Line"; GenJnlLine: Record "Gen. Journal Line"):
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSADVJobPostingPurch", 'OnBeforeInsertJobLedgerEntryFromDocLine', '', false, false)]
local procedure DoSomethingOnBeforeInsertJobLedgerEntryFromDocLine(var AdvJobLedgerEntry: Record "KVSADVAdvanceJobLedgerEntry"; DocHeader: Record "Purchase Header"; DocLine: Record "Purchase Line"; GenJnlLine: Record "Gen. Journal Line")
begin
end;