Email 70 Stellen GKV
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user