Jobs: Fix typo in importzugferdfiles
This commit is contained in:
parent
4dfe32ba33
commit
e5ec777d61
@ -285,7 +285,7 @@ Public Class ImportZUGFeRDFiles
|
|||||||
' Check the document against the configured property map and return:
|
' Check the document against the configured property map and return:
|
||||||
' - a List of valid properties
|
' - a List of valid properties
|
||||||
' - a List of missing properties
|
' - a List of missing properties
|
||||||
Dim oPropertyMap = GetPropertyMapFor(oArgs, oDocument)
|
Dim oPropertyMap = GetPropertyMapFor(oArgs, oDocument.Specification)
|
||||||
Dim oCheckResult = _zugferd.PropertyValues.CheckPropertyValues(oDocument.SchemaObject, oPropertyMap, oMessageId)
|
Dim oCheckResult = _zugferd.PropertyValues.CheckPropertyValues(oDocument.SchemaObject, oPropertyMap, oMessageId)
|
||||||
|
|
||||||
_logger.Info("Properties checked: [{0}] missing properties / [{1}] valid properties found.", oCheckResult.MissingProperties.Count, oCheckResult.ValidProperties.Count)
|
_logger.Info("Properties checked: [{0}] missing properties / [{1}] valid properties found.", oCheckResult.MissingProperties.Count, oCheckResult.ValidProperties.Count)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user