From 2c57b57678e756d64514b88511af9a69c7471234 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 9 Apr 2021 09:03:04 -0700 Subject: [PATCH] IO-859 Template key change for 3rd party payer --- client/src/utils/TemplateConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index d83094c8b..57569dc2b 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -263,7 +263,7 @@ export const TemplateList = (type, context) => { thirdpartypayer: { title: i18n.t("printcenter.jobs.thirdpartypayer"), description: "CSI invite", - key: "thirdpartypayer", + key: "special_thirdpartypayer", disabled: false, }, }