MH: VKM Hamm
This commit is contained in:
@@ -403,11 +403,11 @@ namespace VkmHamm
|
||||
|
||||
private bool IsOtherAbsenceServiceRecord(ServiceRecord item)
|
||||
{
|
||||
if (item.Start.HasValue && item.Start.Value >= new DateTime(2024, 04, 1) && item.Notice != null && item.Notice.Length > 0 &&
|
||||
(item.Notice.Trim().ToLower() == "ü-frei" || item.Notice.Trim().ToLower() == "fortbildung" || item.Notice.Trim().ToLower().Contains("reha")))
|
||||
return true;
|
||||
if (item.Start.HasValue && item.Start.Value >= new DateTime(2025, 01, 01) && item.Notice != null && item.Notice.Length > 0 &&
|
||||
(item.Notice.Trim().ToLower() == "ü-frei" || item.Notice.Trim().ToLower() == "fortbildung" || item.Notice.Trim().ToLower().Contains("reha")))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
public virtual bool IsServiceRecordFehlzeit(ServiceRecord sr)
|
||||
|
||||
Reference in New Issue
Block a user