cb diverse bugfixing
This commit is contained in:
@@ -136,7 +136,7 @@ namespace BeWo.Report.ReportObjects
|
||||
end = at.End.Value;
|
||||
}
|
||||
|
||||
while (dt < end)
|
||||
while (dt <= end)
|
||||
{
|
||||
if (dt.DayOfWeek != DayOfWeek.Saturday && dt.DayOfWeek != DayOfWeek.Sunday)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user