Skip to content
Draft
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 @@ -356,7 +356,7 @@ codeunit 9070 "Document Errors Mgt."
begin
if BackgroundValidationEnabled() then begin
SetFullDocumentCheck(true);
GlobalPurchaseOrderPage.RunBackgroundCheck();
GlobalPurchaseInvoicePage.RunBackgroundCheck();
end;
end;

Expand All @@ -365,7 +365,7 @@ codeunit 9070 "Document Errors Mgt."
begin
if BackgroundValidationEnabled() then begin
SetFullDocumentCheck(true);
GlobalPurchaseOrderPage.RunBackgroundCheck();
GlobalPurchaseCreditMemoPage.RunBackgroundCheck();
end;
end;

Expand All @@ -374,7 +374,7 @@ codeunit 9070 "Document Errors Mgt."
begin
if BackgroundValidationEnabled() then begin
SetFullDocumentCheck(true);
GlobalPurchaseOrderPage.RunBackgroundCheck();
GlobalPurchaseReturnOrderPage.RunBackgroundCheck();
end;
end;

Expand Down
Loading