diff --git a/Jobs/Jobs.vbproj b/Jobs/Jobs.vbproj index 6b3deada..cf0838a5 100644 --- a/Jobs/Jobs.vbproj +++ b/Jobs/Jobs.vbproj @@ -116,6 +116,7 @@ True Settings.settings + diff --git a/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb b/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb index 3a8f0d35..06a0ea4b 100644 --- a/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb +++ b/Jobs/ZUGFeRD/ImportZUGFeRDFiles.vb @@ -398,6 +398,9 @@ Public Class ImportZUGFeRDFiles ' If an application error occurred, dont move files so they will be processed again later If oMoveDirectory = DIRECTORY_DONT_MOVE Then _logger.Info("Application Error occurred. Files for message Id {0} will not be moved.", oMessageId) + + ElseIf (1 = 0) Then + ' Hier das neue PDF erzeugen Else ' Move all files of the current group _file.MoveFiles(oArgs, oMessageId, oFileGroupFiles, oEmailAttachmentFiles, oEmbeddedAttachmentFiles, oMoveDirectory, oIsSuccess) diff --git a/Jobs/ZUGFeRD/XRechnungViewDocument.vb b/Jobs/ZUGFeRD/XRechnungViewDocument.vb new file mode 100644 index 00000000..c2ae9d69 --- /dev/null +++ b/Jobs/ZUGFeRD/XRechnungViewDocument.vb @@ -0,0 +1,3 @@ +Public Class XRechnungViewDocument + +End Class