From d1d2143fe418add1338f1873007a3a8b42811b8a Mon Sep 17 00:00:00 2001 From: Kojo Date: Tue, 8 Apr 2025 19:21:15 +0200 Subject: [PATCH] VivaAVidaReports: Sozio-LN schon ab Januar (statt Februar) 25 --- ReportImp/VivaAVidaReports/CustomReportCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/VivaAVidaReports/CustomReportCreator.cs b/ReportImp/VivaAVidaReports/CustomReportCreator.cs index 16bdfcf8d..046d1e045 100644 --- a/ReportImp/VivaAVidaReports/CustomReportCreator.cs +++ b/ReportImp/VivaAVidaReports/CustomReportCreator.cs @@ -84,7 +84,7 @@ namespace VivaAVida ServicesOverviewRO.CreateSignatureString(s); if (s.ServiceCategory.ToLower().Contains("sozio") && - ro.StartDate >= new DateTime(2025, 2, 1)) + ro.StartDate >= new DateTime(2025, 1, 1)) { sozioRo.Services.Add(s); }