From f5f613d2bb1afd7f0b5b4d6fcbdbeda072b39b89 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 19 Apr 2023 16:05:33 +0200 Subject: [PATCH] ServiceOverviewRO ohne FehlkontakteString --- Report/ReportObjects/ServicesOverviewRO.cs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Report/ReportObjects/ServicesOverviewRO.cs b/Report/ReportObjects/ServicesOverviewRO.cs index 63c2b6b4f..754d791f2 100644 --- a/Report/ReportObjects/ServicesOverviewRO.cs +++ b/Report/ReportObjects/ServicesOverviewRO.cs @@ -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());