Hotfix_DownloadCSV #2110

Merged
jsegarra merged 2 commits from Hotfix_DownloadCSV into master 2024-02-29 07:18:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b7dc67c3e - Show all commits

View File

@ -80,6 +80,6 @@ module.exports = Self => {
const content = toCSV(sales);
return [content, 'text/csv', `inline; filename="doc-${reference}.pdf"`];
return [content, 'text/csv', `inline; filename="doc-${reference}.csv"`];
};
};