From b6b29e5de81af23e3d1f5032efd5713f2850fee3 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 18 Mar 2020 16:23:38 +0100 Subject: [PATCH 1/2] fix grouping --- Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb b/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb index 5f12bfa8..16626661 100644 --- a/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb +++ b/Modules.Jobs/EDMI/ZUGFeRD/ImportZUGFeRDFiles.vb @@ -482,7 +482,7 @@ Public Class ImportZUGFeRDFiles ' PropertyMap items with `IsGrouped = False` are handled normally Dim oDefaultProperties As Dictionary(Of String, XmlItemProperty) = oArgs.PropertyMap. - Where(Function(Item) Item.Value.IsGrouped = True). + Where(Function(Item) Item.Value.IsGrouped = False). ToDictionary(Function(Item) Item.Key, Function(Item) Item.Value) From a43735911403d78043f342fcc8caa7a34d020bd5 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 18 Mar 2020 16:24:08 +0100 Subject: [PATCH 2/2] Jobs: Version 1.1.0.2 --- Modules.Jobs/My Project/AssemblyInfo.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.Jobs/My Project/AssemblyInfo.vb b/Modules.Jobs/My Project/AssemblyInfo.vb index a633a3a3..8ad76b2c 100644 --- a/Modules.Jobs/My Project/AssemblyInfo.vb +++ b/Modules.Jobs/My Project/AssemblyInfo.vb @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices ' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern ' übernehmen, indem Sie "*" eingeben: - +