Jobs/ZUGFeRD: Actually add missing properties to email body

This commit is contained in:
Jonathan Jenne 2021-01-19 17:01:01 +01:00
parent 64874bbecd
commit 06c60f1d9a

View File

@ -269,6 +269,7 @@ Public Class ImportZUGFeRDFiles
Dim oCheckResult = _zugferd.PropertyValues.CheckPropertyValues(oDocument, oArgs.PropertyMap, oMessageId)
If oCheckResult.MissingProperties.Count > 0 Then
oMissingProperties = oCheckResult.MissingProperties
Throw New MissingValueException(oFile)
End If
Dim oDelSQL = $"DELETE FROM TBEDMI_ITEM_VALUE where REFERENCE_GUID = '{oMessageId}'"