Merged in release/2024-03-14 (pull request #2149)

Release/2024 03 14
This commit is contained in:
Dave Richer
2025-03-05 16:47:40 +00:00
17 changed files with 589 additions and 378 deletions

View File

@@ -13,7 +13,7 @@
*/
const getJobAssignmentType = (data) => {
switch (data) {
case "employee_pre":
case "employee_prep":
return "Prep";
case "employee_body":
return "Body";