Resolved bulk printing & status for printing items. IO-690
This commit is contained in:
@@ -12,15 +12,6 @@ export const TemplateList = (type, context) => {
|
||||
//If there's no type or the type is job, send it back.
|
||||
...(!type || type === "job"
|
||||
? {
|
||||
estimate_detail: {
|
||||
title: i18n.t("printcenter.jobs.estimate_detail"),
|
||||
description: "Est Detail",
|
||||
subject: `${i18n.t("printcenter.jobs.estimate_detail")} - ${
|
||||
context && context.job && context.job.ro_number
|
||||
}`,
|
||||
key: "estimate_detail",
|
||||
disabled: false,
|
||||
},
|
||||
casl_authorization: {
|
||||
title: i18n.t("printcenter.jobs.casl_authorization"),
|
||||
description: "CASL Authorization",
|
||||
@@ -209,7 +200,7 @@ export const TemplateList = (type, context) => {
|
||||
title: i18n.t("printcenter.jobs.parts_order"),
|
||||
description: "Parts Order",
|
||||
key: "parts_order",
|
||||
subject: `${bodyshop.shopname} Parts Order ${
|
||||
subject: `${bodyshop && bodyshop.shopname} Parts Order ${
|
||||
(context &&
|
||||
context &&
|
||||
context.job &&
|
||||
|
||||
Reference in New Issue
Block a user