Neuer Config Schalter RejectionTemplateId

This commit is contained in:
2024-04-18 10:18:28 +02:00
parent f3c4df03e1
commit 5596552e3a
2 changed files with 8 additions and 2 deletions

View File

@@ -51,7 +51,8 @@ Public Class ThreadRunner
.AllowFacturX = _config.Config.Custom.AllowFacturX,
.AllowXRechnung = _config.Config.Custom.AllowXRechnung,
.AllowZugferd10 = _config.Config.Custom.AllowZugferd10,
.AllowZugferd2x = _config.Config.Custom.AllowZugferd2x
.AllowZugferd2x = _config.Config.Custom.AllowZugferd2x,
.RejectionTemplateId = _config.Config.Custom.RejectionTemplateId
}
oArgs = LoadFolderConfig(oArgs)