Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebed-meleck committed Dec 22, 2023
1 parent fc85a0b commit 8341714
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions server/controllers/admin/users/reports/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ async function report(req, res, next) {
filename : 'USERS.TITLE',
orientation : 'landscape',
csvKey : 'rows',
suppressDefaultFiltering : true,
suppressDefaultFiltering : false,
suppressDefaultFormatting : false,
});
delete options?.displayValues;
const filters = shared.formatFilters(options);
try {
const rm = new ReportManager(REPORT_TEMPLATE, req.session, options);
Expand Down
2 changes: 0 additions & 2 deletions server/controllers/finance/reports/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,10 @@ const filters = [{
field : 'login_date_from',
displayName : 'USERS.LAST_LOGIN',
comparitor : '>',
isDate : true,
}, {
field : 'login_date_to',
displayName : 'USERS.LAST_LOGIN',
comparitor : '<',
isDate : true,
}, {
field : 'role_uuid',
displayName : 'FORM.LABELS.ROLES',
Expand Down

0 comments on commit 8341714

Please sign in to comment.