diff --git a/Report/DefaultReports/RosterReport.cs b/Report/DefaultReports/RosterReport.cs index 8e58c6876..4e56d2797 100644 --- a/Report/DefaultReports/RosterReport.cs +++ b/Report/DefaultReports/RosterReport.cs @@ -348,7 +348,7 @@ namespace BeWo.Report.DefaultReports if (abwesenheit.AbsenceSpan.ContainsDate(new DateTime(monthAndYear.Year, monthAndYear.Month, tag))) { cell.Row.Cells[index].BackColor = Color.White; - cell.Row.Cells[index].Text = abwesenheit.Reason.Description[0].ToString(); + cell.Row.Cells[index].Text = abwesenheit.Reason.Description[0].ToString(); // Der Text erscheint nicht, scheint überschrieben zu werden cell.Row.Cells[index].ForeColor = Color.Red; } }