From a2f3d9a1b624ccead269354f16f232432ee4a579 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 25 Jun 2021 14:09:19 -0700 Subject: [PATCH] Remove multi print center. --- client/src/utils/TemplateConstants.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index ab25efbe3..d123cc6cd 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -328,14 +328,14 @@ export const TemplateList = (type, context) => { disabled: false, group: "ro", }, - parts_label_multi: { - title: i18n.t("printcenter.jobs.parts_label_multi"), - description: "Thank You Letter by RO", - key: "parts_label_multi", - subject: i18n.t("printcenter.jobs.parts_label_multi"), - disabled: false, - group: "ro", - }, + // parts_label_multi: { + // title: i18n.t("printcenter.jobs.parts_label_multi"), + // description: "Thank You Letter by RO", + // key: "parts_label_multi", + // subject: i18n.t("printcenter.jobs.parts_label_multi"), + // disabled: false, + // group: "ro", + // }, } : {}), ...(!type || type === "job_special"