Jobs/Interfaces: add options for enabling / disabling zugferd schemas

This commit is contained in:
Jonathan Jenne
2022-12-16 09:29:34 +01:00
parent 67cdc580fa
commit 3df54fa62c
2 changed files with 20 additions and 8 deletions

View File

@@ -26,4 +26,6 @@ Public Class WorkerArgs
Public AllowFacturX As Boolean = True
Public AllowXRechnung As Boolean = True
Public AllowZugferd10 As Boolean = True
Public AllowZugferd2x As Boolean = True
End Class