Skip to content
Merged
Show file tree
Hide file tree
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 @@ -19,7 +19,6 @@ using System.Utilities;

codeunit 6152 "E-Doc. Data Exchange Impl." implements "E-Document"
{
Access = Internal;
procedure Check(var SourceDocumentHeader: RecordRef; EDocumentService: Record "E-Document Service"; EDocumentProcessingPhase: Enum "E-Document Processing Phase")
var
SalesHeader: Record "Sales Header";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ using System.IO;

table 6139 "E-Doc. Service Data Exch. Def."
{
Access = Internal;
DataClassification = CustomerContent;
ReplicateData = false;

Expand Down
Loading