From 74c6d328497a03852f5ce27385af7e01185027af Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Wed, 22 Dec 2021 16:38:10 -0800
Subject: [PATCH] IO-1596 Add Envelope to print center.
---
bodyshop_translations.babel | 21 +++++++++++++++++++++
client/src/translations/en_us/common.json | 1 +
client/src/translations/es/common.json | 1 +
client/src/translations/fr/common.json | 1 +
client/src/utils/TemplateConstants.js | 8 ++++++++
5 files changed, 32 insertions(+)
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 06913c288..d6de7fd77 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -33713,6 +33713,27 @@
+
+ envelope_return_address
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
estimate
false
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 316f315b2..e8524ef1c 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -2015,6 +2015,7 @@
"csi_invitation": "CSI Invitation",
"csi_invitation_action": "CSI Invite",
"diagnostic_authorization": "Diagnostic Authorization",
+ "envelope_return_address": "#10 Envelope Return Address Label",
"estimate": "Estimate Only",
"estimate_detail": "Estimate Details",
"estimate_followup": "Estimate Followup",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 2c8dd2ddc..ccb310704 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -2015,6 +2015,7 @@
"csi_invitation": "",
"csi_invitation_action": "",
"diagnostic_authorization": "",
+ "envelope_return_address": "",
"estimate": "",
"estimate_detail": "",
"estimate_followup": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index ad44e8d23..184e1c6d7 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -2015,6 +2015,7 @@
"csi_invitation": "",
"csi_invitation_action": "",
"diagnostic_authorization": "",
+ "envelope_return_address": "",
"estimate": "",
"estimate_detail": "",
"estimate_followup": "",
diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js
index 575de7869..b730607de 100644
--- a/client/src/utils/TemplateConstants.js
+++ b/client/src/utils/TemplateConstants.js
@@ -364,6 +364,14 @@ export const TemplateList = (type, context) => {
disabled: false,
group: "ro",
},
+ envelope_return_address: {
+ title: i18n.t("printcenter.jobs.envelope_return_address"),
+ description: "All Jobs Notes",
+ subject: i18n.t("printcenter.jobs.envelope_return_address"),
+ key: "envelope_return_address",
+ disabled: false,
+ group: "ro",
+ },
sgi_certificate_of_repairs: {
title: i18n.t("printcenter.jobs.sgi_certificate_of_repairs"),
description: "Thank You Letter by RO",