IO-2505 Conversation List Print
This commit is contained in:
@@ -2102,6 +2102,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