MH: BeWo Auxilio Leere QBs

This commit is contained in:
2024-09-17 06:11:56 +02:00
parent cd1de1114c
commit dab2d3ef09

View File

@@ -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<ServicesOverviewRO> lROs = ServicesOverviewRO.Create(month, year, orgaOid, empOid, startDay, endDay);
List<ServicesOverviewRO> lROs = ServicesOverviewRO.Create(month, year, orgaOid, empOid, startDay, endDay, null, false);
if (lROs.Count > 0)
{