DomizielAnsbach/ZVBerichtBezirk.cs - Bugfix, wenn zwischen 2 Hilfeplänen sehr lange Pause ist

SupportOID=163222
This commit is contained in:
2026-05-20 11:33:22 +02:00
parent 82a0fffaba
commit 9419f73f83

View File

@@ -81,7 +81,7 @@ namespace DomizielAnsbach
var ro = new FinanceRO.SupportConceptFinanceRO();
ro.CustomerName = sc.CustomerName;
if (ro.CustomerName.Contains("Wolfram"))
if (ro.CustomerName.Contains("Rohloff"))
{
int tuao = 1;
}
@@ -97,7 +97,7 @@ namespace DomizielAnsbach
ro.ApprovedHours = GetVertraglicheZeit(c, periodEnd, monthStart);
}
if (ro.ApprovedHours == 0 && sc.Costbearer2Supportconcept.EndDate < monthEnd)
if (ro.ApprovedHours == 0 && sc.Costbearer2Supportconcept.EndDate < monthEnd && krankEnd <= monthEnd)
{
break;
}