Skip to content

Commit

Permalink
fix warning date after report user
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebed-meleck committed Dec 13, 2023
1 parent 9b18ab9 commit fc85a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/controllers/admin/users/reports/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async function report(req, res, next) {
suppressDefaultFiltering : true,
suppressDefaultFormatting : false,
});
delete options?.displayValues;
const filters = shared.formatFilters(options);
try {
const rm = new ReportManager(REPORT_TEMPLATE, req.session, options);
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/finance/reports/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const filters = [{
comparitor : '>',
isDate : true,
}, {
field : 'login_date_from',
field : 'login_date_to',
displayName : 'USERS.LAST_LOGIN',
comparitor : '<',
isDate : true,
Expand Down

0 comments on commit fc85a0b

Please sign in to comment.