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 @@ -58,6 +58,7 @@ codeunit 139686 "Billing Correction Test"
// [SCENARIO]: Create Credit Memo from Posted Purchase Invoice

// [GIVEN]: Create contract and post invoice for that contract
Initialize();
PostPurchaseInvoiceForContract();

// [WHEN]: Delete the second contract line in that contract
Expand Down Expand Up @@ -97,6 +98,7 @@ codeunit 139686 "Billing Correction Test"
// [SCENARIO]: Create Credit Memo from Posted Sales Invoice

// [GIVEN]: Create contract and post invoice for that contract
Initialize();
PostSalesInvoiceForContract();

// [WHEN]: Delete the second contract line in that contract
Expand Down
Loading