update template batch upload disbursement
This commit is contained in:
@ -22,7 +22,7 @@ const ListToolbar = () => {
|
|||||||
|
|
||||||
settrxDate({
|
settrxDate({
|
||||||
from: formatDate(today),
|
from: formatDate(today),
|
||||||
to: formatDate(nextWeek)
|
to: formatDate(nextWeek)
|
||||||
});
|
});
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ const ListToolbar = () => {
|
|||||||
|
|
||||||
const handleExportData = () => {
|
const handleExportData = () => {
|
||||||
const link = document.createElement('a');
|
const link = document.createElement('a');
|
||||||
link.href = toAbsoluteUrl('/media/file-templates/template-of-upload-batch.xlsx');
|
link.href = toAbsoluteUrl('/media/file-templates/upload-batch-template.xlsx');
|
||||||
link.download = 'upload-batch-template.xlsx';
|
link.download = 'upload-batch-template.xlsx';
|
||||||
document.body.appendChild(link);
|
document.body.appendChild(link);
|
||||||
link.click();
|
link.click();
|
||||||
|
|||||||
Reference in New Issue
Block a user