MH: ChristopherushausFUD QB

This commit is contained in:
2025-08-11 12:18:21 +02:00
parent 3d1c2e6c86
commit 94e6791083

View File

@@ -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)