Skip to content

Commit 045a9c8

Browse files
committed
making CodeCop happy
1 parent 38a5fdb commit 045a9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Apps/W1/EDocument/App/src/Processing/EDocumentEmailing.Codeunit.al

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ codeunit 6188 "E-Document Emailing"
5656
SourceRelationTypes: List of [Integer];
5757
SendToEmailAddress: Text[250];
5858
AttachmentFileName: Text[250];
59-
AttachmentFileExtension: Text[4];
59+
AttachmentFileExtension: Text;
6060
begin
6161
TypeHelper.CopyRecVariantToRecRef(RecordVariant, SourceReference);
6262
CreateSourceLists(ToCust, SourceReference, SourceTableIDs, SourceIDs, SourceRelationTypes);
@@ -148,7 +148,7 @@ codeunit 6188 "E-Document Emailing"
148148
DocName: Text[150];
149149
ToCust: Code[20];
150150
var AttachmentFileName: Text[250];
151-
var AttachmentFileExtension: Text[4]): Codeunit "Temp Blob"
151+
var AttachmentFileExtension: Text): Codeunit "Temp Blob"
152152
var
153153
DataCompression: Codeunit "Data Compression";
154154
TempBlob: Codeunit "Temp Blob";

0 commit comments

Comments
 (0)