diff --git a/Interfaces/ZUGFeRDInterface/PropertyValues.vb b/Interfaces/ZUGFeRDInterface/PropertyValues.vb index efe09781..f5c98981 100644 --- a/Interfaces/ZUGFeRDInterface/PropertyValues.vb +++ b/Interfaces/ZUGFeRDInterface/PropertyValues.vb @@ -91,7 +91,7 @@ Public Class PropertyValues oPropertyList.Add(oProperty.Value, oPropertyValues) ' check the first batch of values to determine the row count - If oRowCount = 0 Then + If oRowCount = 0 Or oGroupScope = "POSITIONS" Then '08.04.2025 MS Added as Workaround for Positions! oRowCount = oPropertyValues.Count End If Next