Merge branch 'release/2024-01-05' into rome/release/2024-01-05
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import i18n from "i18next";
|
||||
|
||||
const AuditTrailMapping = {
|
||||
alertToggle: (status) => i18n.t("audit_trail.messages.alerttoggle", { status }),
|
||||
appointmentcancel: (lost_sale_reason) =>
|
||||
i18n.t("audit_trail.messages.appointmentcancel", { lost_sale_reason }),
|
||||
appointmentinsert: (start) =>
|
||||
@@ -11,6 +12,8 @@ const AuditTrailMapping = {
|
||||
"ADMIN: " + i18n.t("audit_trail.messages.jobstatuschange", { status }),
|
||||
jobsupplement: () => i18n.t("audit_trail.messages.jobsupplement"),
|
||||
jobimported: () => i18n.t("audit_trail.messages.jobimported"),
|
||||
jobinvoiced: () =>
|
||||
i18n.t("audit_trail.messages.jobinvoiced"),
|
||||
jobconverted: (ro_number) =>
|
||||
i18n.t("audit_trail.messages.jobconverted", { ro_number }),
|
||||
jobfieldchange: (field, value) =>
|
||||
|
||||
@@ -2255,6 +2255,17 @@ export const TemplateList = (type, context) => {
|
||||
// },
|
||||
}
|
||||
: {}),
|
||||
...(!type || type === "messaging"
|
||||
? {
|
||||
conversation_list: {
|
||||
title: i18n.t("messaging.render.conversation_list"),
|
||||
description: "",
|
||||
subject: i18n.t("messaging.render.conversation_list"),
|
||||
key: "conversation_list",
|
||||
disabled: false,
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
...(!type || type === "vendor"
|
||||
? {
|
||||
purchases_by_vendor_detailed: {
|
||||
|
||||
Reference in New Issue
Block a user