From 07def35b6cc6794039a05bfc033578aed0e05ccb Mon Sep 17 00:00:00 2001 From: HirschleM Date: Wed, 10 Jun 2026 08:30:18 +0200 Subject: [PATCH] MH: DefaultReportCreator Debugging-If raus --- Report/DefaultReportCreator.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Report/DefaultReportCreator.cs b/Report/DefaultReportCreator.cs index 865c9873d..390594fdc 100644 --- a/Report/DefaultReportCreator.cs +++ b/Report/DefaultReportCreator.cs @@ -1386,8 +1386,7 @@ namespace BeWo.Report } } } - if (emp.LastName.Contains("Köckritz")) - { } + if (currentContract != null) { if ((currentContract.WeeklyTotalHours == null && currentContract.MonthlyTotalHours == null) || currentContract.WeeklyDays == null)