We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5609216 commit 973bdb4Copy full SHA for 973bdb4
Apps/DE/EDocumentDE/app/src/XRechnung/ExportXRechnungDocument.Codeunit.al
@@ -514,7 +514,7 @@ codeunit 13916 "Export XRechnung Document"
514
PartyElement.Add(PartyLegalEntityElement);
515
end;
516
517
- local procedure InsertContact(var RootElement: XmlElement; ContactName: Text[100]; Email: Text[80]);
+ local procedure InsertContact(var RootElement: XmlElement; ContactName: Text[100]; Email: Text[250]);
518
var
519
ContactElement: XmlElement;
520
begin
0 commit comments