From dab2d3ef09b821df893879aa88945bfbd334670d Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Tue, 17 Sep 2024 06:11:56 +0200 Subject: [PATCH] MH: BeWo Auxilio Leere QBs --- ReportImp/BeWoAuxilio/CustomReportCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/BeWoAuxilio/CustomReportCreator.cs b/ReportImp/BeWoAuxilio/CustomReportCreator.cs index 5f08d735f..d437c3b1b 100644 --- a/ReportImp/BeWoAuxilio/CustomReportCreator.cs +++ b/ReportImp/BeWoAuxilio/CustomReportCreator.cs @@ -40,7 +40,7 @@ namespace BeWoAuxilio public override XtraReport CreateServiceOverviewAllCustomersReport(int month, int year, long orgaOid, long empOid, long? serviceCategoryOid, int startDay, int endDay) { - List lROs = ServicesOverviewRO.Create(month, year, orgaOid, empOid, startDay, endDay); + List lROs = ServicesOverviewRO.Create(month, year, orgaOid, empOid, startDay, endDay, null, false); if (lROs.Count > 0) {