diff --git a/src/components/DownloadClosedCountModal.vue b/src/components/DownloadClosedCountModal.vue index 05ce6df9..1dcaf137 100644 --- a/src/components/DownloadClosedCountModal.vue +++ b/src/components/DownloadClosedCountModal.vue @@ -234,7 +234,7 @@ async function downloadCSV() { const selectedFieldMappings: any = { countId: "inventoryCountImportId", countName: "countImportName", - acceptedByUser: "uploadedByUserLogin", + acceptedByUser: "acceptedByUserLoginId", createdDate: "createdDate", lastSubmittedDate: "lastSubmittedDate", closedDate: "closedDate",