Keine Zwischensumme bei leerem Fehlkontaktestring
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BeWo.Report.DefaultReports
|
||||
rateFactor = (100 + ii.RateFactor.Value) / 100;
|
||||
}
|
||||
|
||||
if (pRO.FehlkontakteString != null && ii.RateFactor == 0)
|
||||
if (!pRO.FehlkontakteString.IsNullOrEmpty() && ii.RateFactor == 0)
|
||||
{
|
||||
Zwischensumme.Visible = true;
|
||||
if (!ii.ItemDescription.IsNullOrEmpty())
|
||||
|
||||
Reference in New Issue
Block a user