diff --git a/client/src/components/time-tickets-summary-employees/time-tickets-summary-employees.component.jsx b/client/src/components/time-tickets-summary-employees/time-tickets-summary-employees.component.jsx index 1990837b8..1d12f6cdb 100644 --- a/client/src/components/time-tickets-summary-employees/time-tickets-summary-employees.component.jsx +++ b/client/src/components/time-tickets-summary-employees/time-tickets-summary-employees.component.jsx @@ -68,7 +68,7 @@ export function TimeTicketsSummaryEmployees({ const handlePrintEmployeeTicket = async (empId) => { GenerateDocument( { - name: TemplateList().time_tickets_by_employee.key, + name: TemplateList().timetickets_employee.key, variables: { id: empId, start: startDate, end: endDate }, }, {},