- added between dates when exporting excel transaction history
This commit is contained in:
@@ -30,6 +30,7 @@ export class ExcelController {
|
||||
) {
|
||||
const result = await this.transactionService.exportDataExcel(
|
||||
exportTransactionDto.dateStart,
|
||||
exportTransactionDto.dateEnd,
|
||||
id,
|
||||
req.user,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user