This commit is contained in:
Digital Data - Marlon Schreiber
2019-06-04 09:10:38 +02:00
parent 269e64be50
commit a285639cc0
3 changed files with 5 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ Public Class ZUGFeRDInterface
Throw ex
End Try
If Not oProcessOutput.Contains(ZUGFERD_CONVERTER_SUCCESS_MESSAGE) Then
If Not oProcessOutput.ToLower.Contains(ZUGFERD_CONVERTER_SUCCESS_MESSAGE.ToLower) Then
_logger.Warn("File {0} is not a valid ZUGFeRD File!", Path)
Throw New ZUGFeRDExecption(ErrorType.NoValidFile, "Datei ist kein gültiges ZUGFeRD Format.")
End If