Skip to content

Commit d1a005d

Browse files
Removed empty lines
1 parent e710746 commit d1a005d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Apps/W1/EDocument/app/src/Integration/EDocIntegrationManagement.Codeunit.al

-3
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ codeunit 6134 "E-Doc. Integration Management"
238238
exit(true);
239239
end;
240240

241-
242241
local procedure HasDuplicate(var IncomingEDocument: Record "E-Document"; var EDocumentContent: Codeunit "Temp Blob"; IEDocument: Interface "E-Document"): Boolean
243242
var
244243
EDocument: Record "E-Document";
@@ -256,8 +255,6 @@ codeunit 6134 "E-Doc. Integration Management"
256255
exit(not EDocument.IsEmpty());
257256
end;
258257

259-
260-
261258
#endregion
262259

263260
#region Actions

0 commit comments

Comments
 (0)