ServiceOverviewRO ohne FehlkontakteString
This commit is contained in:
@@ -140,10 +140,6 @@ namespace BeWo.Report.ReportObjects
|
||||
|
||||
public string TotalFLMString { get; set; }
|
||||
|
||||
public string TotalFLMoFehlkontakteString { get; set; }
|
||||
|
||||
public string TotalFLMFehlkontakteString { get; set; }
|
||||
|
||||
public double TotalFLMUnqualified { get; set; }
|
||||
|
||||
public string TotalFLMUnqualifiedString { get; set; }
|
||||
@@ -162,10 +158,6 @@ namespace BeWo.Report.ReportObjects
|
||||
|
||||
public string TotalFLSString { get; set; }
|
||||
|
||||
public string TotalFLSoFehlkontakteString { get; set; }
|
||||
|
||||
public string TotalFLSFehlkontakteString { get; set; }
|
||||
|
||||
public double TotalFLSUnqualified { get; set; }
|
||||
|
||||
public string TotalFLSUnqualifiedString { get; set; }
|
||||
@@ -1412,11 +1404,6 @@ namespace BeWo.Report.ReportObjects
|
||||
lResult.TotalFLMString = String.Format("{0:0.##}", lResult.TotalFLM).Replace(".", ",");
|
||||
lResult.TotalFLSString = String.Format("{0:0.##}", lResult.TotalFLS).Replace(".", ",");
|
||||
|
||||
lResult.TotalFLSFehlkontakteString = String.Format("{0:0.##}", lResult.TotalFLSFehlkontakte).Replace(".", ",");
|
||||
lResult.TotalFLSoFehlkontakteString = String.Format("{0:0.##}", lResult.TotalFLSoFehlkontakte).Replace(".", ",");
|
||||
lResult.TotalFLMFehlkontakteString = String.Format("{0:0.##}", lResult.TotalFLMFehlkontakte).Replace(".", ",");
|
||||
lResult.TotalFLMoFehlkontakteString = String.Format("{0:0.##}", lResult.TotalFLMoFehlkontakte).Replace(".", ",");
|
||||
|
||||
lResult.TotalGefahreneKilometerString = String.Format("{0:0.##}", lResult.TotalGefahreneKilometer);
|
||||
|
||||
lResult.Mandator = MapperFactory.MandatorDC_Mandator.MapToNewDC(AppSettings.GetMandatorEntity());
|
||||
|
||||
Reference in New Issue
Block a user