Remove multi print center.

This commit is contained in:
Patrick Fic
2021-06-25 14:09:19 -07:00
parent 630dacd8bf
commit a2f3d9a1b6

View File

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