Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hotwax/inventory-count into #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Dec 4, 2024
2 parents 6b7a917 + a26fdaa commit 399bac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DownloadClosedCountModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ async function downloadCSV() {
const selectedFieldMappings: any = {
countId: "inventoryCountImportId",
countName: "countImportName",
acceptedByUser: "uploadedByUserLogin",
acceptedByUser: "acceptedByUserLoginId",
createdDate: "createdDate",
lastSubmittedDate: "lastSubmittedDate",
closedDate: "closedDate",
Expand Down

0 comments on commit 399bac0

Please sign in to comment.