Updated Print Center & TemplateList Object IO-587
This commit is contained in:
@@ -139,10 +139,10 @@ export function ScheduleJobModalContainer({
|
||||
messageOptions: {
|
||||
to: [values.email],
|
||||
replyTo: bodyshop.email,
|
||||
subject: TemplateList().appointment_confirmation.subject,
|
||||
subject: TemplateList("appointment").appointment_confirmation.subject,
|
||||
},
|
||||
template: {
|
||||
name: TemplateList().appointment_confirmation.key,
|
||||
name: TemplateList("appointment").appointment_confirmation.key,
|
||||
variables: {
|
||||
id: appt.data.insert_appointments.returning[0].id,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user