This commit is contained in:
@@ -805,7 +805,10 @@ namespace AyaNova.Biz
|
||||
idList = idList.Skip(IReportAbleObject.REPORT_DATA_BATCH_SIZE).ToArray();
|
||||
batchResults.Clear();
|
||||
foreach (long batchId in batch)
|
||||
{
|
||||
if (!ReportRenderManager.KeepGoing(jobId)) return null;
|
||||
batchResults.Add(await QuoteGetPartialAsync(dataListSelectedRequest.AType, batchId, dataListSelectedRequest.IncludeWoItemDescendants, true));
|
||||
}
|
||||
|
||||
foreach (Quote w in batchResults)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user