Resubmit unfinished workorders
This commit is contained in:
@@ -213,6 +213,11 @@ public class dbWarehouseHandler extends dbHandlerBase {
|
||||
workOrder.workOrderID = ForgeManager.wordOrderCounter.incrementAndGet();
|
||||
ForgeManager.vendorWorkOrderLookup.get(workOrder.vendor).add(workOrder);
|
||||
|
||||
// If workorder is not yet complete process it
|
||||
|
||||
if (workOrder.runCompleted == false)
|
||||
ForgeManager.forge.add(workOrder);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user