Jira support component.

This commit is contained in:
Patrick Fic
2021-03-12 13:18:05 -07:00
parent db6cd4c2e8
commit fdb43bb3c7
8 changed files with 82 additions and 20 deletions

View File

@@ -174,6 +174,20 @@ export const TemplateList = (type, context) => {
key: "filing_coversheet_portrait",
disabled: false,
},
qc_sheet: {
title: i18n.t("printcenter.jobs.qc_sheet"),
description: "All Jobs Notes",
subject: i18n.t("printcenter.jobs.qc_sheet"),
key: "qc_sheet",
disabled: false,
},
estimate_followup: {
title: i18n.t("printcenter.jobs.estimate_followup"),
description: "All Jobs Notes",
subject: i18n.t("printcenter.jobs.estimate_followup"),
key: "estimate_followup",
disabled: false,
},
}
: {}),
...(!type || type === "job_special"