Jobs/ZUGFeRD: Actually add missing properties to email body
This commit is contained in:
parent
64874bbecd
commit
06c60f1d9a
@ -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}'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user