DomizielAnsbach/ZVBerichtBezirk.cs - Bugfix, wenn zwischen 2 Hilfeplänen sehr lange Pause ist
SupportOID=163222
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user