MH: AbsenceRO Farben wiederhergestellt + Text der Abwesenheiten von 1 auf 2 Zeichen erweitert

This commit is contained in:
2026-05-13 11:55:42 +02:00
parent 28673323ac
commit 2196704aeb

View File

@@ -63,9 +63,9 @@ namespace BeWo.Report.ReportObjects
row.Days[dayInMonth++] = new CellValue()
{
Value = abs.Reason.Description[0].ToString(),
//Color = abs.Reason.Color
Color = "#FFFFFF00"
Value = abs.Reason.Description.Substring(0, 3),
Color = abs.Reason.Color
//Color = "#FFFFFF00"
};
}
}