Adde email confirmation template.
This commit is contained in:
@@ -7,6 +7,13 @@ export const EmailSettings = {
|
||||
|
||||
export const TemplateList = (type, object) => {
|
||||
return {
|
||||
appointment_confirmation: {
|
||||
title: i18n.t("printcenter.appointments.appointment_confirmation"),
|
||||
description: "Appointment Confirmation",
|
||||
drivingId: "appointment",
|
||||
key: "appointment_confirmation",
|
||||
subject: "Appointment Confirmation",
|
||||
},
|
||||
//Verified Completed items
|
||||
estimate_detail: {
|
||||
title: i18n.t("printcenter.jobs.estimate_detail"),
|
||||
|
||||
Reference in New Issue
Block a user