MH: RosterReport
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user