From 17088b3025f618db46f69ac9b1f17db23a08baa5 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Tue, 9 Nov 2021 16:33:20 -0800
Subject: [PATCH] IO-1188 Add AB proof of loss.
---
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 | 11 +++++++++++
5 files changed, 35 insertions(+)
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 6c2f73764..1a32097df 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -32895,6 +32895,27 @@
+
+ ab_proof_of_loss
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
appointment_confirmation
false
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 43ff1b9d8..29f3a029b 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -1969,6 +1969,7 @@
"zip": "Postal Code/Zip"
},
"3rdpartypayer": "Invoice to Third Party Payer",
+ "ab_proof_of_loss": "AB - Proof of Loss",
"appointment_confirmation": "Appointment Confirmation",
"appointment_reminder": "Appointment Reminder",
"casl_authorization": "CASL Authorization",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 91095e3fb..0f46842b9 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -1969,6 +1969,7 @@
"zip": ""
},
"3rdpartypayer": "",
+ "ab_proof_of_loss": "",
"appointment_confirmation": "",
"appointment_reminder": "",
"casl_authorization": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 2b62d1277..527771fb9 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -1969,6 +1969,7 @@
"zip": ""
},
"3rdpartypayer": "",
+ "ab_proof_of_loss": "",
"appointment_confirmation": "",
"appointment_reminder": "",
"casl_authorization": "",
diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js
index dbfd9971b..5e85929d7 100644
--- a/client/src/utils/TemplateConstants.js
+++ b/client/src/utils/TemplateConstants.js
@@ -407,6 +407,17 @@ export const TemplateList = (type, context) => {
CA_MB: true,
},
},
+ ab_proof_of_loss: {
+ title: i18n.t("printcenter.jobs.ab_proof_of_loss"),
+ description: "Thank You Letter by RO",
+ key: "ab_proof_of_loss",
+ subject: i18n.t("printcenter.jobs.ab_proof_of_loss"),
+ disabled: false,
+ group: "pre",
+ regions: {
+ CA_AB: true,
+ },
+ },
// parts_label_multi: {
// title: i18n.t("printcenter.jobs.parts_label_multi"),
// description: "Thank You Letter by RO",