cb diverse bugfixing

This commit is contained in:
Christian
2020-09-15 13:23:34 +02:00
parent e60ea35935
commit 7a441a9956
6 changed files with 47 additions and 35 deletions

View File

@@ -44,7 +44,7 @@ namespace BeWo.Converter
if (IsAbsence(dt, t.Customer.AbsenceTimes))
{
return Brushes.Red;
return Brushes.LightGray;
}
}
}