Add audit CSV central source option
This commit is contained in:
@@ -62,6 +62,7 @@ public class CentralSalesRecordService : ICentralSalesRecordService
|
||||
.ThenBy(r => r.Tsc)
|
||||
.Select(r => new SalesRecord
|
||||
{
|
||||
SourceSystem = r.SourceSystem,
|
||||
ExtractionDate = r.ExtractionDate,
|
||||
Tsc = r.Tsc,
|
||||
DocumentEntry = r.DocumentEntry,
|
||||
|
||||
Reference in New Issue
Block a user