ZUGFeRD Service: Abfrage EN16931_ID ergänzt
This commit is contained in:
@@ -49,6 +49,7 @@ Public Class Form1
|
||||
Dim groupScope = oRow.Item("GROUP_SCOPE")
|
||||
Dim specification = oRow.Item("SPECIFICATION")
|
||||
Dim oItemType = oRow.Item("ITEM_TYPE")
|
||||
Dim oEN16931_ID = oRow.Item("EN16931_ID")
|
||||
|
||||
Args.PropertyMap.Add(xmlPath, New XmlItemProperty() With {
|
||||
.Description = description,
|
||||
@@ -58,7 +59,8 @@ Public Class Form1
|
||||
.IsGrouped = isGrouped,
|
||||
.GroupScope = groupScope,
|
||||
.Specification = specification,
|
||||
.ItemType = oItemType',.XMLPath = xmlPath.Replace(".Value", "")
|
||||
.ItemType = oItemType,
|
||||
.EN16931_ID = oEN16931_ID
|
||||
})
|
||||
Next
|
||||
|
||||
|
||||
Reference in New Issue
Block a user