From 8603963a5f164f5bb9da3fdf72d161fe22806e08 Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Mon, 15 May 2023 16:58:00 +0200 Subject: [PATCH] MH: Mobile Leistungsnachweis Fix --- ReportImp/MobileEV/Leistungsnachweis.cs | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/ReportImp/MobileEV/Leistungsnachweis.cs b/ReportImp/MobileEV/Leistungsnachweis.cs index 722c277c2..3e535aa49 100644 --- a/ReportImp/MobileEV/Leistungsnachweis.cs +++ b/ReportImp/MobileEV/Leistungsnachweis.cs @@ -87,31 +87,14 @@ namespace MobileEV StartDateString = "", Minutes = minuten }); + minuten = 0; + counter = 1; } } } services = new Dictionary>(); } - //var stunden = 0d; - //var counter = 1; - - //for (int i = 0; i < kategorie.Value.Count; i++) - //{ - // var eintrag = kategorie.Value[i]; - // eintrag.Notice5 = counter.ToString(); - // counter++; - // stunden += eintrag.Minutes / 60; - - // if (i == kategorie.Value.Count - 1) - // { - // kategorie.Value.Add(new ServicesOverviewRO.ServiceDetail() - // { - // Notice5 = "Summe " + kategorie.Key, - - // }); - // } - //} lblSumme4.Text = string.Format("{0:0.00}", summeGesamt); if (kategorieZuStunden.Count >= 1)