From ccee1cef573b469a64b046de60dcb405cd2c2907 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Tue, 21 Jul 2026 10:17:44 +0200 Subject: [PATCH] MH: VereinZurIntegrationChemnitz Fronleichnam raus SupportOID=168633 --- .../Service/CustomVacationService.cs | 4 ---- .../VereinZurIntegrationChemnitz.csproj | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ReportImp/VereinZurIntegrationChemnitz/Service/CustomVacationService.cs b/ReportImp/VereinZurIntegrationChemnitz/Service/CustomVacationService.cs index 353e23794..08f30b491 100644 --- a/ReportImp/VereinZurIntegrationChemnitz/Service/CustomVacationService.cs +++ b/ReportImp/VereinZurIntegrationChemnitz/Service/CustomVacationService.cs @@ -16,10 +16,6 @@ namespace VereinZurIntegrationChemnitz.Service { List list = base.GetFeiertage(year, bundesland); - // Claude: Fronleichnam als vollen Feiertag ergänzen (60 Tage nach Ostersonntag). - DateTime osterSonntag = GetOsterSonntag(year); - list.Add(new FeiertagDC { Datum = osterSonntag.AddDays(60), Name = "Fronleichnam" }); - // Claude: Silvester als vollen Feiertag ergänzen. Heilig Abend kommt bereits // aus der Basis (ebenfalls voll), daher hier nicht erneut hinzufügen. list.Add(new FeiertagDC { Datum = new DateTime(year, 12, 31), Name = "Silvester" }); diff --git a/ReportImp/VereinZurIntegrationChemnitz/VereinZurIntegrationChemnitz.csproj b/ReportImp/VereinZurIntegrationChemnitz/VereinZurIntegrationChemnitz.csproj index 40647f804..1f38cd022 100644 --- a/ReportImp/VereinZurIntegrationChemnitz/VereinZurIntegrationChemnitz.csproj +++ b/ReportImp/VereinZurIntegrationChemnitz/VereinZurIntegrationChemnitz.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {EA969934-60A6-459F-A07C-1CF537ED775E} + {C1FED668-ADB9-47E0-B589-1389618E1B6E} Library Properties VereinZurIntegrationChemnitz