AviseImporter - Bugfix bei Klientname null
SupportOID=161285
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user