ZUGFeRD Service/WebService: Lesen/Auswertung neue Config-Schalter. GDPicture-Lizenz-Abfrage
This commit is contained in:
@@ -52,7 +52,9 @@ Public Class ThreadRunner
|
||||
.AllowXRechnung = _config.Config.Custom.AllowXRechnung,
|
||||
.AllowZugferd10 = _config.Config.Custom.AllowZugferd10,
|
||||
.AllowZugferd2x = _config.Config.Custom.AllowZugferd2x,
|
||||
.RejectionTemplateId = _config.Config.Custom.RejectionTemplateId
|
||||
.AllowPeppolBISBill3x = _config.Config.Custom.AllowPeppolBISBill3x,
|
||||
.RejectionTemplateId = _config.Config.Custom.RejectionTemplateId,
|
||||
.GDPictureVersion = _config.Config.Custom.GDPictureVersion
|
||||
}
|
||||
|
||||
oArgs = LoadFolderConfig(oArgs)
|
||||
@@ -64,6 +66,7 @@ Public Class ThreadRunner
|
||||
_logger.Debug("MaxAttachmentSizeInMegaBytes: [{0}]", oArgs.MaxAttachmentSizeInMegaBytes)
|
||||
_logger.Debug("MinFileAgeInMinutes: [{0}]", oArgs.MinFileAgeInMinutes)
|
||||
_logger.Debug("RejectionTemplateId: [{0}]", oArgs.RejectionTemplateId)
|
||||
_logger.Debug("GDPictureVersion: [{0}]", oArgs.GDPictureVersion)
|
||||
|
||||
_jobArguments = oArgs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user