KontaktUndKrisenhilfeReports: Fehlkontakte Sammelrechnung

This commit is contained in:
2023-05-23 13:03:03 +02:00
parent 5330c4f748
commit b9701e736f

View File

@@ -64,7 +64,10 @@ namespace BeWo.KontaktUndKrisenhilfeReports
ii.HourlyRateString = pRO.AmountEquityContribution;
}
ii.ServiceDescription = "Direkte Leistung";
if (!ii.ServiceDescription.ToLower().Contains("fehlkontakt"))
{
ii.ServiceDescription = "Direkte Leistung";
}
}
}
this.bindingSource1.DataSource = pRO;