AviseImporter - Bugfix bei Klientname null

SupportOID=161285
This commit is contained in:
2026-04-28 13:32:26 +02:00
parent 0eac0df5cf
commit 30129553fb

View File

@@ -104,10 +104,10 @@ namespace BeWo.Service.Import.AvisImport
foreach (var avis in avise) foreach (var avis in avise)
{ {
if (avis.Klient.Contains("Noga")) //if (avis.Klient != null && avis.Klient.Contains("Noga"))
{ //{
} //}
var ir = ImportAbschlagszahlung(avis, hilfeplaene); var ir = ImportAbschlagszahlung(avis, hilfeplaene);
result.Add(ir); result.Add(ir);
} }