fix(lot assignment): removed the return i had oops
This commit is contained in:
@@ -47,7 +47,7 @@ export const assignedPrinters = async () => {
|
||||
|
||||
//console.log(lots);
|
||||
|
||||
return;
|
||||
//return;
|
||||
for (let i = 0; i < printers.length; i++) {
|
||||
// is the printer assinged in alplalabel online?
|
||||
const assigned = lots?.filter(
|
||||
|
||||
Reference in New Issue
Block a user