From dd5cafcd42cf2497656bf8af6f539d727fc3774c Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 16 Aug 2023 17:25:32 -0700 Subject: [PATCH] IO-2383 TimeTicket Employee Range Filter --- client/src/utils/TemplateConstants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index 519624aad..3467027c6 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -1135,6 +1135,10 @@ export const TemplateList = (type, context) => { key: "timetickets_employee", idtype: "employee", disabled: false, + rangeFilter: { + object: i18n.t("reportcenter.labels.objects.timetickets"), + field: i18n.t("timetickets.fields.date"), + }, group: "payroll", }, attendance_detail: {