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