IO-1066 IO-1073 Minor UI fixes.

This commit is contained in:
Patrick Fic
2021-05-10 16:51:33 -07:00
parent b8e5034a67
commit 15bf129b6e
9 changed files with 70 additions and 29 deletions

View File

@@ -288,6 +288,14 @@ export const TemplateList = (type, context) => {
disabled: false,
group: "ro",
},
thank_you_ro: {
title: i18n.t("printcenter.jobs.thank_you_ro"),
description: "Thank You Letter by RO",
key: "thank_you_ro",
subject: i18n.t("printcenter.jobs.thank_you_ro"),
disabled: false,
group: "post",
},
}
: {}),
...(!type || type === "job_special"