PEPPOL 3017 wird zunächst per default deaktiviert.

This commit is contained in:
2025-02-18 11:00:29 +01:00
parent 6c78d6bcc2
commit 7100503c4f
3 changed files with 7 additions and 6 deletions

View File

@@ -31,6 +31,6 @@ Public Class WorkerArgs
Public AllowXRechnung As Boolean = True
Public AllowZugferd10 As Boolean = True
Public AllowZugferd2x As Boolean = True
Public AllowPeppolBISBill3x As Boolean = True
Public AllowPeppolBISBill3x As Boolean = False
End Class