IO-1839 Add filing coversheet landscape.

This commit is contained in:
Patrick Fic
2022-04-21 12:36:04 -07:00
parent 73e50df21b
commit 07e6344812
5 changed files with 33 additions and 1 deletions

View File

@@ -314,6 +314,14 @@ export const TemplateList = (type, context) => {
disabled: false,
group: "post",
},
filing_coversheet_landscape: {
title: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
description: "CASL Authorization",
subject: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
key: "filing_coversheet_landscape",
disabled: false,
group: "post",
},
qc_sheet: {
title: i18n.t("printcenter.jobs.qc_sheet"),
description: "All Jobs Notes",
@@ -476,7 +484,7 @@ export const TemplateList = (type, context) => {
: {}),
...(!type || type === "job_special"
? {
special_thirdpartypayer: {
special_thirdpartypayer: {
title: i18n.t("printcenter.jobs.thirdpartypayer"),
description: "CSI invite",
key: "special_thirdpartypayer",