AidshilfeEssen: Kein Faktor 1,2 bei Fehlkontakten
This commit is contained in:
2718
ReportImp/AidshilfeEssen/SettlementReport2.Designer.cs
generated
2718
ReportImp/AidshilfeEssen/SettlementReport2.Designer.cs
generated
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user