Skip to content

Commit 973bdb4

Browse files
committed
pport for Email with 250 chars for xRechnung - take 2
1 parent 5609216 commit 973bdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Apps/DE/EDocumentDE/app/src/XRechnung/ExportXRechnungDocument.Codeunit.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ codeunit 13916 "Export XRechnung Document"
514514
PartyElement.Add(PartyLegalEntityElement);
515515
end;
516516

517-
local procedure InsertContact(var RootElement: XmlElement; ContactName: Text[100]; Email: Text[80]);
517+
local procedure InsertContact(var RootElement: XmlElement; ContactName: Text[100]; Email: Text[250]);
518518
var
519519
ContactElement: XmlElement;
520520
begin

0 commit comments

Comments
 (0)