AidshilfeEssen: Kein Faktor 1,2 bei Fehlkontakten

This commit is contained in:
2023-08-25 11:09:36 +02:00
parent 8dafe1fcc6
commit 380fde5a74
3 changed files with 3563 additions and 3562 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -43,14 +43,15 @@ namespace AidshilfeEssen
if (ii.RateFactor.HasValue)
{
rateFactor = (100 + ii.RateFactor.Value) / 100;
ii.RateFactor = rateFactor;
}
if (!pRO.FehlkontakteString.IsNullOrEmpty() && ii.RateFactor == 0)
if (ii.RateFactor == 0)
{
Zwischensumme.Visible = true;
if (!ii.ItemDescription.IsNullOrEmpty())
{
ii.DetailDescription = Regex.Replace(ii.DetailDescription, ii.ItemDescription, "Fehlkontakte");
//ii.DetailDescription = Regex.Replace(ii.DetailDescription, ii.ItemDescription, "Fehlkontakte");
}
ii.ItemDescription = "Fehlkontakte";
}

File diff suppressed because it is too large Load Diff