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