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); }