IO-1802 Add Lag Time RO to print center.

This commit is contained in:
Patrick Fic
2022-03-25 15:32:23 -06:00
parent c912681793
commit 54577ac680
5 changed files with 32 additions and 0 deletions

View File

@@ -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",

View File

@@ -2078,6 +2078,7 @@
"labels": "",
"position": ""
},
"lag_time_ro": "",
"mechanical_authorization": "",
"mpi_animal_checklist": "",
"mpi_eglass_auth": "",

View File

@@ -2078,6 +2078,7 @@
"labels": "",
"position": ""
},
"lag_time_ro": "",
"mechanical_authorization": "",
"mpi_animal_checklist": "",
"mpi_eglass_auth": "",

View File

@@ -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"