From 54577ac6809cec445b43a5ea3d1bee474ddc1521 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Fri, 25 Mar 2022 15:32:23 -0600
Subject: [PATCH] IO-1802 Add Lag Time RO 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 fe1e7a2a0..6c5575efc 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -34925,6 +34925,27 @@
+
+ lag_time_ro
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
mechanical_authorization
false
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 0c456db00..e66d3d3e4 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -2078,6 +2078,7 @@
"labels": "Labels",
"position": "Starting Position"
},
+ "lag_time_ro": "Lag Time",
"mechanical_authorization": "Mechanical Authorization",
"mpi_animal_checklist": "MPI - Animal Checklist",
"mpi_eglass_auth": "MPI - eGlass Auth",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index ea698ce2a..50f393073 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -2078,6 +2078,7 @@
"labels": "",
"position": ""
},
+ "lag_time_ro": "",
"mechanical_authorization": "",
"mpi_animal_checklist": "",
"mpi_eglass_auth": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 70f0141b2..8a9be8021 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -2078,6 +2078,7 @@
"labels": "",
"position": ""
},
+ "lag_time_ro": "",
"mechanical_authorization": "",
"mpi_animal_checklist": "",
"mpi_eglass_auth": "",
diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js
index 06f624a4a..2d5a686a7 100644
--- a/client/src/utils/TemplateConstants.js
+++ b/client/src/utils/TemplateConstants.js
@@ -464,6 +464,14 @@ export const TemplateList = (type, context) => {
disabled: false,
group: "post",
},
+ lag_time_ro: {
+ title: i18n.t("printcenter.jobs.lag_time_ro"),
+ description: "CASL Authorization",
+ subject: i18n.t("printcenter.jobs.lag_time_ro"),
+ key: "lag_time_ro",
+ disabled: false,
+ group: "ro",
+ },
}
: {}),
...(!type || type === "job_special"