diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 4a3d405fa..1ebe98359 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -32536,6 +32536,27 @@
+
+ updating
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
@@ -35161,6 +35182,27 @@
+
+ filing_coversheet_landscape
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
filing_coversheet_portrait
false
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 04e2b15ce..b8814400d 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -1928,7 +1928,8 @@
"backordering": "Error backordering part {{message}}.",
"creating": "Error encountered when creating parts order. ",
"oec": "Error creating EMS files for OEC. {{error}}",
- "saving": "Error saving parts order. {{error}}."
+ "saving": "Error saving parts order. {{error}}.",
+ "updating": "Error updating parts order/parts order line. {{error}}."
},
"fields": {
"act_price": "Price",
@@ -2091,6 +2092,7 @@
"estimate_detail": "Estimate Details",
"estimate_followup": "Estimate Followup",
"express_repair_checklist": "Express Repair Checklist",
+ "filing_coversheet_landscape": "Filing Coversheet (Landscape)",
"filing_coversheet_portrait": "Filing Coversheet (Portrait)",
"final_invoice": "Final Invoice",
"fippa_authorization": "FIPPA Authorization",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index ff26b7553..c1868e3fc 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -1928,7 +1928,8 @@
"backordering": "",
"creating": "Se encontró un error al crear el pedido de piezas.",
"oec": "",
- "saving": ""
+ "saving": "",
+ "updating": ""
},
"fields": {
"act_price": "",
@@ -2091,6 +2092,7 @@
"estimate_detail": "",
"estimate_followup": "",
"express_repair_checklist": "",
+ "filing_coversheet_landscape": "",
"filing_coversheet_portrait": "",
"final_invoice": "",
"fippa_authorization": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 4db541931..2894fb273 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -1928,7 +1928,8 @@
"backordering": "",
"creating": "Erreur rencontrée lors de la création de la commande de pièces.",
"oec": "",
- "saving": ""
+ "saving": "",
+ "updating": ""
},
"fields": {
"act_price": "",
@@ -2091,6 +2092,7 @@
"estimate_detail": "",
"estimate_followup": "",
"express_repair_checklist": "",
+ "filing_coversheet_landscape": "",
"filing_coversheet_portrait": "",
"final_invoice": "",
"fippa_authorization": "",
diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js
index b44ab3b21..fcc6af566 100644
--- a/client/src/utils/TemplateConstants.js
+++ b/client/src/utils/TemplateConstants.js
@@ -314,6 +314,14 @@ export const TemplateList = (type, context) => {
disabled: false,
group: "post",
},
+ filing_coversheet_landscape: {
+ title: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
+ description: "CASL Authorization",
+ subject: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
+ key: "filing_coversheet_landscape",
+ disabled: false,
+ group: "post",
+ },
qc_sheet: {
title: i18n.t("printcenter.jobs.qc_sheet"),
description: "All Jobs Notes",
@@ -476,7 +484,7 @@ export const TemplateList = (type, context) => {
: {}),
...(!type || type === "job_special"
? {
- special_thirdpartypayer: {
+ special_thirdpartypayer: {
title: i18n.t("printcenter.jobs.thirdpartypayer"),
description: "CSI invite",
key: "special_thirdpartypayer",