This commit is contained in:
Christian
2023-09-18 17:50:16 +02:00
parent 85b24b82ab
commit 60e2f8e5c7
12 changed files with 108 additions and 57 deletions

View File

@@ -334,8 +334,9 @@ namespace ReportingService.ServiceImplementations
public MemoryStream CreateInvoiceListReport(List<long> invoiceBaseOids)
{
return null;
}
var reportCreator = GetReportCreator();
return CreateReportStream(reportCreator.CreateInvoiceListReport(invoiceBaseOids));
}
public MemoryStream CreateCustomerListReport(List<long> oids)
{