IO-839 Adjust time ticekts key.
This commit is contained in:
@@ -280,14 +280,14 @@ const ShiftRelatedTicketsTable = ({
|
||||
render: (text, record) => (
|
||||
<PrintWrapperComponent
|
||||
templateObject={{
|
||||
name: Templates.timetickets_employee.key,
|
||||
name: Templates.attendance_employee.key,
|
||||
variables: {
|
||||
id: record.item.employee.id,
|
||||
start: startDate,
|
||||
end: endDate,
|
||||
},
|
||||
}}
|
||||
messageObject={{ subject: Templates.timetickets_employee.subject }}
|
||||
messageObject={{ subject: Templates.attendance_employee.subject }}
|
||||
/>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user