From 6d60327489b39d6a98cab39b9b52b3aee11c18d1 Mon Sep 17 00:00:00 2001 From: SchreiberM Date: Fri, 7 Jun 2024 10:02:52 +0200 Subject: [PATCH] MS/MP Debug --- Interfaces/ZUGFeRDInterface/PropertyValues.vb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Interfaces/ZUGFeRDInterface/PropertyValues.vb b/Interfaces/ZUGFeRDInterface/PropertyValues.vb index dd2013c6..c0cf30f5 100644 --- a/Interfaces/ZUGFeRDInterface/PropertyValues.vb +++ b/Interfaces/ZUGFeRDInterface/PropertyValues.vb @@ -104,7 +104,9 @@ Public Class PropertyValues Dim oPropertyValue = oColumn.Value.ElementAtOrDefault(oRowIndex) _logger.Debug("Processing itemSpecification *TableColumn* [{0}].", oTableColumn) - + If oTableColumn = "INVOICE_SELLER_EMAIL" Then + Console.WriteLine("INVOICE_SELLER_EMAIL") + End If If IsNothing(oPropertyValue) OrElse String.IsNullOrEmpty(oPropertyValue) Then If oColumn.Key.IsRequired Then _logger.Warn($"{MessageId} # oPropertyValue for specification [{oTableColumn}] is empty or not found but is required. Continuing with Empty String.")