Akgg SBD
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user