From b0339d10e5bdd0a2b169055e3454b1cdf9210c1f Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 17 Apr 2026 15:37:57 +0200 Subject: [PATCH] Email 70 Stellen GKV --- Dakota/Logic/DakotaInfoCreator.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dakota/Logic/DakotaInfoCreator.cs b/Dakota/Logic/DakotaInfoCreator.cs index 83d107a58..ac5086112 100644 --- a/Dakota/Logic/DakotaInfoCreator.cs +++ b/Dakota/Logic/DakotaInfoCreator.cs @@ -195,10 +195,11 @@ namespace Dakota.Logic info.Name1 = infoParameter.AddressInformation.OrganisationName; info.Name2 = infoParameter.AddressInformation.Phone; - info.Name3 = infoParameter.AddressInformation.Mail; - info.Name4 = "Entwicklung dakota.exchange@ownsoft.de"; + info.Name3 = string.Empty; + info.Name4 = infoParameter.AddressInformation.Mail; + //"Entwicklung dakota.exchange@ownsoft.de"; - return info; + return info; } private InfoNachrichtSLLA CreateDakotaInfoNachrichtSLLA(InfoParameterInvoiceItem infoParameter)