MH: AbsenceRO Farben wiederhergestellt + Text der Abwesenheiten von 1 auf 2 Zeichen erweitert
This commit is contained in:
@@ -63,9 +63,9 @@ namespace BeWo.Report.ReportObjects
|
|||||||
|
|
||||||
row.Days[dayInMonth++] = new CellValue()
|
row.Days[dayInMonth++] = new CellValue()
|
||||||
{
|
{
|
||||||
Value = abs.Reason.Description[0].ToString(),
|
Value = abs.Reason.Description.Substring(0, 3),
|
||||||
//Color = abs.Reason.Color
|
Color = abs.Reason.Color
|
||||||
Color = "#FFFFFF00"
|
//Color = "#FFFFFF00"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user