feat(printer delay): printer delay option to grab the delay based off cycle time
This commit is contained in:
@@ -280,6 +280,14 @@ const newSettings = [
|
||||
serviceBelowsTo: "admin",
|
||||
roleToChange: "admin",
|
||||
},
|
||||
{
|
||||
name: "lotPrintDelay",
|
||||
value: `0`,
|
||||
description:
|
||||
"Changes the print delay to be based on the pallet completion time",
|
||||
serviceBelowsTo: "admin",
|
||||
roleToChange: "admin",
|
||||
},
|
||||
];
|
||||
export const areSettingsIn = async () => {
|
||||
// get the roles
|
||||
|
||||
Reference in New Issue
Block a user