MH: MalteserJohanniterJohanneshaus letzter Tag der Bewilligung aus Quote raus
This commit is contained in:
@@ -220,7 +220,11 @@ namespace MalteserJohanniterJohanneshaus.Reporting
|
||||
if (cbrel.EndDate.Value < berichtStart)
|
||||
continue;
|
||||
else if (cbrel.EndDate.Value < berichtEnde)
|
||||
ende = cbrel.EndDate.Value;
|
||||
{
|
||||
// Der letzte Tag der Bewilligung zählt nicht mehr als belegt, also einen Tag abziehen
|
||||
ende = cbrel.EndDate.Value.AddDays(-1);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user