MH: BeWo Auxilio Leere QBs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user