Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petemchlk committed Feb 3, 2025
1 parent 1dcb965 commit b3af735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Apps/W1/EDocument/app/src/Document/EDocument.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ page 6121 "E-Document"
begin
if EDocImport.ChooseEDocumentService(EDocumentService) then begin
EDocImport.UploadDocument(Rec, EDocumentService);
CurrPage.Update();
CurrPage.Update(true);
end;
end;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ codeunit 139501 "E-Doc. Manual Import Test"
TempBlob: Codeunit "Temp Blob";
DocumentInStream: InStream;
DocumentInStream2: InStream;
ErrorMessage: Text;
begin
// [FEATURE] [E-Document] [Import] [Manual] [Duplicate]
// [SCENARIO] Manually create e-document from stream twice should throw error for duplicate document
Expand Down Expand Up @@ -161,7 +160,7 @@ codeunit 139501 "E-Doc. Manual Import Test"
PurchaseHeader.DeleteAll(false);
DocumentAttachment.DeleteAll(false);

EDocument.DeleteAll();
EDocument.DeleteAll(false);
end;

local procedure GetLastServiceStatus(EDocument: Record "E-Document"): Enum "E-Document Service Status"
Expand Down

0 comments on commit b3af735

Please sign in to comment.