From 94e6791083f34be078020d47eb046fd8ce47a852 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Mon, 11 Aug 2025 12:18:21 +0200 Subject: [PATCH] MH: ChristopherushausFUD QB --- .../ChristopherusHausFamilienhilfe/Einsatzzeiten.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ReportImp/ChristopherusHausFamilienhilfe/Einsatzzeiten.cs b/ReportImp/ChristopherusHausFamilienhilfe/Einsatzzeiten.cs index 8bd5938da..97b614857 100644 --- a/ReportImp/ChristopherusHausFamilienhilfe/Einsatzzeiten.cs +++ b/ReportImp/ChristopherusHausFamilienhilfe/Einsatzzeiten.cs @@ -95,8 +95,12 @@ namespace ChristopherusHausFamilienhilfe int row = start.Day +1; string secEmp = null; - while (start <= end) - { + //while (start <= end) + //{ + if (start.Day == 29) + { + + } bool cont = true; if (cont) SetTableText(table, start, sd.ServiceCategory, sd.ServiceDescription); @@ -134,7 +138,7 @@ namespace ChristopherusHausFamilienhilfe start = start.AddDays(1); - } + //} } private void SetTableText(XRTable table, DateTime dt, String categorie, String serviceDescription)