MH: RosterReport

This commit is contained in:
2025-07-03 11:27:51 +02:00
parent 7359bc886d
commit 12d0e5ed65

View File

@@ -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;
}
}